HomeSort by relevance Sort by last modified time
    Searched refs:WORKING (Results 1 - 7 of 7) sorted by null

  /external/toybox/scripts/
genconfig.sh 150 WORKING=
161 WORKING="$WORKING $NAME"
163 echo -e "clean::\n\trm -f $WORKING $PENDING" &&
164 echo -e "list:\n\t@echo $(echo $WORKING | tr ' ' '\n' | sort | xargs)" &&
166 echo -e ".PHONY: $WORKING $PENDING" | $SED 's/ \([^ ]\)/ test_\1/g'
  /external/autotest/server/lib/
status_history.py 12 * Whether the DUT was "working" or "broken" at a given
15 The "working" or "broken" status of a DUT is determined by
19 "working".
28 changed either from "working" to "broken", or vice versa. The
51 # diagnosis of whether the DUT was working at the end of a given
60 # WORKING: Indicates that the DUT was working normally after the
67 WORKING = 2
89 event, and a diagnosis of whether the DUT was working or failed
106 @property diagnosis Working status of the DUT after the event
    [all...]
  /external/autotest/site_utils/
dut_status.py 6 """Report whether DUTs are working or broken.
11 determine whether they're "working" or "broken". For purposes of
13 before it can be used for further testing", and "working" means "not
52 -w/--working - Only include hosts in a working state.
53 -n/--broken - Only include hosts in a non-working state. Hosts
54 with no job history are considered non-working.
64 surrounding the DUT's last change from working to broken,
69 * With the --working or --broken options, the list of host names
75 -o/--oneline - Use the one-line summary with the --working o
    [all...]
diagnosis_utils.py 245 status_history.WORKING: 'Working',
balance_pools.py 9 models and swaps them with working DUTs taken from a selected pool
41 for every MODEL, and replace them with enough working DUTs taken
49 If not enough working spares are available, broken DUTs may be left
52 When reducing pool size, working DUTs will be returned after broken
161 + Working - the DUT is working for testing, and not locked.
164 DUT may be either working or broken.
175 to be resupplied with working DUTs and spare pools that supply
181 @property working_hosts The list of this pool's working DUTs.
213 if (diag == status_history.WORKING an
    [all...]
lab_inventory.py 9 model and pool, and determines whether each DUT is working or
159 return _get_diagnosis(history).status == status_history.WORKING
178 The collection is segregated into disjoint categories of "working",
226 """Return a list of all working DUTs in the pool.
229 diagnosed as working.
241 """Return the number of working DUTs in the pool."""
293 The collection is segregated into disjoint categories of "working",
337 """Return a list of all working DUTs (across all pools).
340 selecting all DUTs identified as working.
350 """Return the number of working DUTs in a pool
    [all...]
lab_inventory_unittest.py 79 _WORKING = status_history.WORKING
92 """Test WORKING when task times are in the history range."""
141 def _check_counts(self, working, broken, idle):
148 @param working The expected total of working devices.
152 self.assertEqual(self.histories.get_working(), working)
156 working + broken + idle)
168 """Test counting for working DUTs."""
180 """Test counts after adding a working and then a broken DUT."""
186 """Test counts after adding a broken and then a working DUT.""
    [all...]

Completed in 355 milliseconds