Skip to content

Commit

Permalink
Merge pull request autotest#6129 from vwu-vera/sync-ntpd
Browse files Browse the repository at this point in the history
v2v: fix the failed tc: specific_kvm..sync_ntp
  • Loading branch information
xiaodwan authored Jan 15, 2025
2 parents 2d34785 + 2e08832 commit 006c44e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions v2v/tests/src/specific_kvm.py
Original file line number Diff line number Diff line change
Expand Up @@ -842,6 +842,7 @@ def check_result(result, status_error):
LOG.info('Sync time with %s', ntp_server)
cmd = ['yum -y install chrony',
'systemctl start chronyd',
'systemctl enable chronyd',
'chronyc add server %s' % ntp_server,
'chronyc waitsync']
vm_cmd(cmd)
Expand Down

0 comments on commit 006c44e

Please sign in to comment.