Merge "Remove unnecessary sync time"

This commit is contained in:
Jenkins 2016-07-25 19:47:18 +00:00 committed by Gerrit Code Review
commit d651548736
2 changed files with 0 additions and 3 deletions

View File

@ -617,7 +617,6 @@ class UpgradeCephHA(DataDrivenUpgradeBase):
self.do_restore(self.backup_path, self.local_path,
self.repos_backup_path, self.repos_local_path)
self.fuel_web.change_default_network_settings()
self.env.sync_time()
self.show_step(6)
self.fuel_web.verify_network(cluster_id)
@ -733,7 +732,6 @@ class UpgradeDetach_Plugin(DataDrivenUpgradeBase):
self.do_restore(self.backup_path, self.local_path,
self.repos_backup_path, self.repos_local_path)
self.fuel_web.change_default_network_settings()
self.env.sync_time()
self.show_step(6)
attr = self.fuel_web.client.get_cluster_attributes(cluster_id)

View File

@ -85,7 +85,6 @@ class UpgradeCustom(DataDrivenUpgradeBase):
self.show_step(5)
self.do_restore(self.backup_path, self.local_path,
self.repos_backup_path, self.repos_local_path)
self.env.sync_time()
self.env.make_snapshot(self.restore_snapshot_name, is_make=True)
self.cleanup()