Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Disable OS upgrade tests
Browse files Browse the repository at this point in the history
The OS upgrade procedure was changed and actual code
contains outdated upgrade procedure which uses tarball-based upgrade.
We should disable this tests until new upgrade of OS will be implemented

Change-Id: Ide45d1c03114e472c7f83871dac1ba54536575e0
Partial-bug:1546943
Related-bug:1556791
  • Loading branch information
theilluminate committed Mar 16, 2016
1 parent e2ff35c commit 207f06e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions fuelweb_test/tests/test_os_upgrade.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ def ha_ceph_for_all_ubuntu_neutron_vlan(self):
is_make=True)


@test(groups=["os_upgrade"])
@test(groups=["os_upgrade"],
enabled=False)
class TestOSupgrade(base_test_case.TestBasic):

@test(groups=["upgrade_ha_ceph_for_all_ubuntu_neutron_vlan"])
Expand All @@ -109,7 +110,11 @@ def upgrade_ha_ceph_for_all_ubuntu_neutron_vlan(self):

cluster_id = self.fuel_web.get_last_created_cluster()

self.env.admin_actions.upgrade_master_node()
# TODO: Upgrade procedure were changed and upgrade to 9.0 not
# implemented yet. This should be replaced with actual code when it
# will be ready

# self.env.admin_actions.upgrade_master_node()

self.fuel_web.assert_nodes_in_ready_state(cluster_id)
self.fuel_web.wait_nodes_get_online_state(
Expand Down

0 comments on commit 207f06e

Please sign in to comment.