Home
last modified time | relevance | path

Searched refs:atest (Results 1 – 25 of 32) sorted by relevance

12

/external/autotest/cli/
Dtopic_common_unittest.py320 self.atest = topic_common.atest()
321 self.atest.afe = rpc.afe_comm()
327 self.atest = None
332 self.atest.kill_on_failure = True
336 self.atest.invalid_arg, 'This is bad')
344 self.atest.invalid_arg('This is sort of ok')
350 self.atest.failure('This is partly bad', item='item0',
352 err = self.atest.failed['something important']
357 self.atest.failure('This is partly bad', item='item0',
359 self.atest.failure('This is really bad', item='item0',
[all …]
Datest5 from autotest_lib.cli import atest
8 sys.exit(atest.main())
Dcli_mock.py9 from autotest_lib.cli import atest, topic_common, rpc
113 self.assertRaises(ExitException, atest.main)
115 atest.main()
Daction_common.py51 class atest_list(topic_common.atest):
136 class atest_create_or_delete(topic_common.atest):
189 class atest_add_or_remove(topic_common.atest):
Dstable_version.py22 class stable_version(topic_common.atest):
172 @topic_common.atest.require_confirmation(
Duser.py21 class user(topic_common.atest):
Dshard.py20 class shard(topic_common.atest):
Dtest.py23 class test(topic_common.atest):
Datest.py35 syntax_obj = topic_common.atest()
Dsite_suite.py23 class site_suite(topic_common.atest):
Datomicgroup.py19 class atomicgroup(topic_common.atest):
Dacl.py23 class acl(topic_common.atest):
Dlabel.py23 class label(topic_common.atest):
/external/autotest/contrib/
Dmove_cq_hosts.sh15 …./cli/atest host list --web=$FROM_HOST --parse $1 | awk -F '|' '{ print $5 }' | sed 's/Labels=//' …
19 ./cli/atest host list --web=$FROM_HOST $1 | sed 1d | awk '{ print $4; }'
23 ./cli/atest host mod --web=$FROM_HOST -l $1
27 ./cli/atest label create --web=$TO_HOST $1
31 ./cli/atest label create -t --web=$TO_HOST $1
35 ./cli/atest host create --web=$TO_HOST -b $2 $1
39 ./cli/atest host delete --web=$FROM_HOST $1
42 HOSTS_TO_MOVE=$(./cli/atest host list --web=$FROM_HOST -b $POOL | sed 1d | awk '{ print $1 }')
Dtask_runner.sh70 $AT_DIR/cli/atest host delete $hostnames --web $AFE
71 $AT_DIR/cli/atest label delete $labels --web $AFE
73 $AT_DIR/cli/atest host create $hostnames --web $AFE
74 $AT_DIR/cli/atest label add -m $hostnames $labels --web $AFE
126 $AT_DIR/cli/atest shard delete $SHARD_NAME --web $AFE
128 $AT_DIR/cli/atest shard create $SHARD_NAME -l $SHARD_BOARD --web $AFE
Dservo-inventory14 ../cli/atest host list -w cautotest | awk '
Dreverify_unknown30 HOSTS=( $(cli/atest host list --unlocked | awk "$GET_HOSTS") )
Drun-stable-update20 SERVER_STATUS=$(cli/atest server list $(hostname) 2>&1 |
Dinventory_options16 if ! cli/atest server list $(hostname) 2>&1 |
/external/clang/test/SemaCXX/
Dbuiltin-assume-aligned-tmpl.cpp24 void *atest() __attribute__((assume_aligned(q))); // expected-error {{requested alignment is not a …
30atest<31>(); // expected-note {{in instantiation of function template specialization 'atest<31>' r… in test20()
31 atest<32>(); in test20()
/external/autotest/contrib/virt/
DREADME4 This module contains extensions to `atest` that proved to be useful
28 # <autotest_root>/cli/atest job create --help
57 # <autotest_root>/cli/atest job create -s -m "yourmail@yourdomain.org" \
63 # <autotest_root>/cli/atest job create -s -m "yourmail@yourdomain.org" \
/external/testng/src/test/java/test/mixed/
DJUnit4Test1.java12 public void atest() { in atest() method in JUnit4Test1
/external/clang/test/CodeGenCXX/
D2003-11-29-DuplicatedCleanupTest.cpp9 void atest() { in atest() function
/external/autotest/test_suites/
Dcontrol.paygen_au_dev21 at anytime using atest or the autotest web frontend.
Dcontrol.paygen_au_beta21 at anytime using atest or the autotest web frontend.

12