Searched refs:time_command (Results 1 – 6 of 6) sorted by relevance
/external/autotest/client/tests/kvm/tests/ |
D | timedrift_with_reboot.py | 27 time_command = params.get("time_command") 39 (ht0, gt0) = virt_test_utils.get_time(session, time_command, 45 (ht0_, gt0_) = virt_test_utils.get_time(session, time_command, 52 (ht1_, gt1_) = virt_test_utils.get_time(session, time_command, 70 (ht1, gt1) = virt_test_utils.get_time(session, time_command,
|
D | timedrift_with_migration.py | 27 time_command = params.get("time_command") 39 (ht0, gt0) = virt_test_utils.get_time(session, time_command, 45 (ht0_, gt0_) = virt_test_utils.get_time(session, time_command, 57 (ht1_, gt1_) = virt_test_utils.get_time(session, time_command, 75 (ht1, gt1) = virt_test_utils.get_time(session, time_command,
|
D | timedrift_with_stop.py | 30 time_command = params.get("time_command") 43 (ht0, gt0) = virt_test_utils.get_time(session, time_command, 49 (ht0_, gt0_) = virt_test_utils.get_time(session, time_command, 64 (ht1_, gt1_) = virt_test_utils.get_time(session, time_command, 82 (ht1, gt1) = virt_test_utils.get_time(session, time_command,
|
D | timedrift.py | 62 time_command = params.get("time_command") 104 time_command, 130 time_command, 161 time_command,
|
/external/autotest/client/virt/ |
D | virt_test_utils.py | 344 def get_time(session, time_command, time_filter_re, time_format): argument 361 if len(re.findall("ntpdate|w32tm", time_command)) == 0: 363 s = session.cmd_output(time_command) 377 o = session.cmd(time_command) 378 if re.match('ntpdate', time_command):
|
/external/autotest/client/tests/kvm/ |
D | guest-os.cfg.sample | 26 time_command = date +'TIME: %a %m/%d/%Y %H:%M:%S.%N' 35 time_command = "ntpdate -d -q ns1.nay.redhat.com" 39 time_command = date +'TIME: %a %m/%d/%Y %H:%M:%S.%N' 1003 time_command = "echo TIME: %date% %time%" 1017 time_command = "w32tm /stripchart /samples:1 /computer:ns1.nay.redhat.com" 1021 time_command = "echo TIME: %date% %time%"
|