Skip to content

Commit

Permalink
v2v: fix the failed tc: specific_kvm..sync_ntp
Browse files Browse the repository at this point in the history
Signed-off-by: vwu-vera <[email protected]>
  • Loading branch information
vwu-vera committed Jan 15, 2025
1 parent 2d34785 commit 2e08832
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 2e08832

Please sign in to comment.