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

  /external/toybox/scripts/
genconfig.sh 130 WORKING=
141 WORKING="$WORKING $NAME"
143 echo -e "clean::\n\trm -f $WORKING $PENDING" >> .singlemake &&
144 echo -e "list:\n\t@echo $(echo $WORKING $PENDING | tr ' ' '\n' | sort | xargs)"\
146 echo -e "list_working:\n\t@echo $(echo $WORKING | tr ' ' '\n' | sort | xargs)" \
  /external/autotest/site_utils/
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
49 # diagnosis of whether the DUT was working at the end of a given
58 # WORKING: Indicates that the DUT was working normally after the
65 WORKING = 2
87 event, and a diagnosis of whether the DUT was working or failed
98 @property diagnosis Working status of the DUT after the event
    [all...]
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
49 -w/--working - Only include hosts in a working state.
50 -n/--broken - Only include hosts in a non-working state. Hosts
51 with no job history are considered non-working.
61 surrounding the DUT's last change from working to broken,
66 * With the --working or --broken options, the list of host names
72 -o/--oneline - Use the one-line summary with the --working o
    [all...]
lab_inventory.py 9 board and pool, and determines whether each DUT is working or
130 working DUTs, a list of broken DUTs, and a list of all DUTs.
176 """Return a list of all working DUTs in the pool.
179 diagnosis is `WORKING`.
188 if h.last_diagnosis()[0] == status_history.WORKING]
193 """Return the number of working DUTs in the pool."""
201 diagnosis is not `WORKING`.
210 if h.last_diagnosis()[0] != status_history.WORKING]
228 board. The collection maintains a count of working DUTs, a
278 """Return a list of all working DUTs for the board
    [all...]
balance_pools.py 9 boards and swaps them with working DUTs taken from a selected pool
38 for every BOARD, and replace them with enough working DUTs taken
46 If not enough working spares are available, broken DUTs may be left
49 When reducing pool size, working DUTs will be returned after broken
143 + Working - the DUT is working for testing, and not locked.
146 this pool. The DUT may be either working or broken.
157 to be resupplied with working DUTs and spare pools that supply
164 @property working_hosts The list of this pool's working
269 if (diag == status_history.WORKING an
    [all...]
lab_inventory_unittest.py 63 # _WORKING - A value that counts as "working" for purposes
75 _WORKING = status_history.WORKING
102 def _check_counts(self, working, broken):
107 sum of working and broken devices.
109 @param working The expected total of working devices.
113 self.assertEqual(self._pool_counts.get_working(), working)
116 working + broken)
125 """Test counting for all non-working status values."""
134 """Test counts after adding a working and then a broken DUT.""
    [all...]

Completed in 849 milliseconds