Home
last modified time | relevance | path

Searched refs:NC (Results 1 – 9 of 9) sorted by relevance

/tools/test/connectivity/acts/framework/tests/
Dacts_relay_controller_test.py82 self.board.get_relay_status(self.relay.position), RelayState.NC)
85 self.board.set(self.relay.position, RelayState.NC)
88 self.board.get_relay_status(self.relay.position), RelayState.NC)
91 self.board.set(self.relay.position, RelayState.NC)
106 self.board.get_relay_status(self.relay.position), RelayState.NC)
109 self.board.set(self.relay.position, RelayState.NC)
116 self.relay.set(RelayState.NC)
118 self.board.get_relay_status(self.relay.position), RelayState.NC)
121 self.board.set(self.relay.position, RelayState.NC)
140 RelayState.NC)
[all …]
/tools/asuite/aidegen/
Drun_tests.sh18 NC='\033[0m' # No Color
39 echo -e "${GREEN}All unittests pass${NC}!"
41 echo -e "${RED}Unittest failure found${NC}!"
59 echo -e "${RED}$t failed${NC}"
72 echo -en "Module $RED$module$NC is missing. Start to install..."
/tools/asuite/atest-py2/
Drun_atest_unittests.sh27 NC='\033[0m' # No Color
41 echo -e "${GREEN}All unittests pass${NC}!"
43 echo -e "${RED}There was a unittest failure${NC}"
61 echo -e "${RED}$t failed${NC}"
/tools/asuite/atest/
Drun_atest_unittests.sh27 NC='\033[0m' # No Color
49 echo -e "${GREEN}All unittests pass${NC}!"
51 echo -e "${RED}There was a unittest failure${NC}"
83 echo -e "${RED}$t failed${NC}"
/tools/acloud/
Drun_tests_py2.sh5 NC='\033[0m' # No Color
35 echo -e "${GREEN}All unittests pass${NC}!"
37 echo -e "${RED}There was a unittest failure${NC}"
71 echo -e "${RED}$t failed${NC}"
Drun_tests.sh5 NC='\033[0m' # No Color
37 echo -e "${GREEN}All unittests pass${NC}!"
39 echo -e "${RED}There was a unittest failure${NC}"
73 echo -e "${RED}$t failed${NC}"
/tools/test/connectivity/acts/framework/acts/controllers/relay_lib/
Drelay.py28 NC = 'NORMALLY_CLOSED' variable in RelayState
95 self.set(RelayState.NC)
102 self.set(RelayState.NC)
122 if state is not RelayState.NO and state is not RelayState.NC:
Dsain_smart_board.py107 RelayState.NC if char == '1' else RelayState.NO)
130 if no_or_nc == RelayState.NC:
/tools/acloud/setup/pre_setup_sh/
Dgoogle_setup_warn.sh9 NC='\033[0m'
26 echo -e "Take a look at ${GREEN}go/acloud-googler-setup${NC} first"
33 echo -e " with the ${RED}manual setup flow${NC}."