Searched refs:TEST_TARGET (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/tools/testing/selftests/sysctl/ |
H A D | sysctl.sh | 933 TEST_TARGET=$2 934 if target_exists $TEST_TARGET $TEST_ID; then 937 echo "Target for test $TEST_ID: $TEST_TARGET not exist, skipping test ..." 950 TEST_TARGET=$(get_test_target $TEST_ID) 953 test_case $TEST_ID $TEST_COUNT $TEST_TARGET
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/conf/machine/ |
H A D | fvp-base.conf | 36 TEST_TARGET = "OEFVPTarget"
|
H A D | corstone1000-fvp.conf | 11 TEST_TARGET = "OEFVPTarget"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/uthash/ |
H A D | uthash_2.3.0.bb | 26 oe_runmake -C tests tests_only TEST_TARGET=
|
/openbmc/linux/drivers/scsi/ |
H A D | mac53c94.h | 180 #define TEST_TARGET 1 /* target test mode */ macro
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | testexport.bbclass | 23 TEST_TARGET ?= "simpleremote" 61 d.getVar("TEST_TARGET"), None, d.getVar("TEST_TARGET_IP"),
|
H A D | testimage.bbclass | 94 TEST_TARGET ?= "qemu" 132 if (d.getVar('TEST_TARGET') == 'simpleremote' 135 bb.fatal('When TEST_TARGET is set to "simpleremote" ' 236 if d.getVar("TEST_TARGET") == "qemu": 334 d.getVar("TEST_TARGET"), logger, target_ip,
|
/openbmc/openbmc/meta-arm/documentation/ |
H A D | oeqa-fvp.md | 9 TEST_TARGET = "OEFVPTarget"
|
/openbmc/openbmc/poky/documentation/dev-manual/ |
H A D | runtime-testing.rst | 137 In order to run tests on hardware, you need to set :term:`TEST_TARGET` to an 180 If you did not set :term:`TEST_TARGET` to "SystemdbootTarget", then you do 184 If you did set :term:`TEST_TARGET` to "SystemdbootTarget", you also need to 221 The final thing you need to do when setting :term:`TEST_TARGET` to 229 TEST_TARGET = "SystemdbootTarget"
|
/openbmc/openbmc/poky/meta/conf/ |
H A D | documentation.conf | 433 TEST_TARGET[doc] = "For automated runtime testing, specifies the method of deploying the image and …
|
/openbmc/openbmc/poky/documentation/ref-manual/ |
H A D | variables.rst | 9096 :term:`TEST_TARGET` 9100 TEST_TARGET = "qemu" 9107 as a value of :term:`TEST_TARGET`. 9109 You can provide the following arguments with :term:`TEST_TARGET`: 9133 variable has no effect when :term:`TEST_TARGET` is
|