• Home
  • Raw
  • Download

Lines Matching refs:test

5 your test from. These files would be referred to as the configuration files.
39 The TEST_MAPPING file is going to run the test as a postsubmit test with the
53 "native-test-flag": "--width=<device width in pixels>"
56 "native-test-flag": "--height=<device height in pixels>"
59 …"native-test-flag": "--dp2px=<pixel per density independent pixel (px/dp) ratio of the device. Typ…
62 "native-test-flag": "--mm2px=<pixel per millimeter (px/mm) ratio>"
65 …"native-test-flag": "--powerButtonTop=<distance from the top of the power button to the top of the…
68 …"native-test-flag": "--powerButtonBottom=<distance from the bottom of the power button to the top …
71 …"native-test-flag": "--volUpButtonTop=<distance from the top of the UP volume button to the top of…
74 …"native-test-flag": "--volUpButtonBottom=<distance from the bottom of the UP power button to the t…
83 rendering test.
85 test configuration directory you will run the test from.
87 ## Run test ##
90 atest --test-mapping [src_path]:all
91 …un atest can be found here: https://source.android.com/compatibility/tests/development/test-mapping
93 It is possible to run the test as a binary and pass in configuration
95 The following command is how to run the test
98 --test-arg
99 com.android.tradefed.testtype.HostGTest:native-test-flag:"--width=100"\
100 --test-arg
101 com.android.tradefed.testtype.HostGTest:native-test-flag:"--height=100"\
102 --test-arg
103 com.android.tradefed.testtype.HostGTest:native-test-flag:"--dp2px=100"\
104 --test-arg
105 com.android.tradefed.testtype.HostGTest:native-test-flag:"--mm2px=100"
106 --test-arg
107 com.android.tradefed.testtype.HostGTest:native-test-flag:"--powerButtonTop=100"\
108 --test-arg
109 com.android.tradefed.testtype.HostGTest:native-test-flag:"--powerButtonBottom=100"\
110 --test-arg
111 com.android.tradefed.testtype.HostGTest:native-test-flag:"--volUpButtonTop=100"\
112 --test-arg
113 com.android.tradefed.testtype.HostGTest:native-test-flag:"--volUpButtonBottom=100"\