Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 67e0e4ea authored by Serdar Kocdemir's avatar Serdar Kocdemir
Browse files

Update test annotation with new VsrTest tag

Bug: b/248501602
Test: atest GpuWorkTracepointTest
Change-Id: I61575f671c8403999cecbedfe088185ebc295e9d
parent f9c1b98e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ import com.android.tradefed.util.CommandResult;
import com.android.tradefed.util.CommandStatus;

import com.android.compatibility.common.util.PropertyUtil;
import com.android.compatibility.common.util.GmsTest;
import com.android.compatibility.common.util.VsrTest;

import org.junit.Test;
import org.junit.runner.RunWith;
@@ -62,7 +62,7 @@ public class GpuWorkTracepointTest extends BaseHostJUnit4Test {
                commandResult.getStatus(), CommandStatus.SUCCESS);
    }

    @GmsTest(requirement = "VSR-3.3-004")
    @VsrTest(requirements={"VSR-3.3-004"})
    @RestrictedBuildTest
    @Test
    public void testGpuWorkPeriodTracepointFormat() throws Exception {