Пример #1
0
 def test_get_watchdog(self, duthosts, enum_rand_one_per_hwsku_hostname,
                       localhost, platform_api_conn):
     watchdog = chassis.get_watchdog(platform_api_conn)
     pytest_assert(watchdog is not None, "Failed to retrieve watchdog")
Пример #2
0
 def test_get_watchdog(self, duthost, localhost, platform_api_conn):
     watchdog = chassis.get_watchdog(platform_api_conn)
     pytest_assert(watchdog is not None, "Failed to retrieve watchdog")