Merge "Add tests for new data-driven upgrade procedure"

This commit is contained in:
Jenkins 2016-04-06 06:43:17 +00:00 committed by Gerrit Code Review
commit d4d74e31a4
3 changed files with 1150 additions and 0 deletions

View File

@ -621,6 +621,11 @@ Restart tests
Upgrade tests
=============
Test Data-Driven Upgrade
------------------------
.. automodule:: fuelweb_test.tests.tests_upgrade.test_data_driven_upgrade
:members:
OS upgrade tests
================

View File

@ -493,6 +493,11 @@ FUEL_PLUGIN_BUILDER_REPO = 'https://github.com/openstack/fuel-plugins.git'
# Ubuntu: http://osci-obs.vm.mirantis.net:82/ubuntu-fuel-master-20921/ubuntu/
CUSTOM_PKGS_MIRROR = os.environ.get('CUSTOM_PKGS_MIRROR', '')
# URL for Fuel proposed repository - required for correct ordering of upgrade:
# update Fuel Master node using published packages (UPDATE_FUEL=True)
# then attach the repository in the test case.
FUEL_PROPOSED_REPO_URL = os.environ.get('FUEL_PROPOSED_REPO_URL', '')
# Location of local mirrors on master node.
LOCAL_MIRROR_UBUNTU = os.environ.get('LOCAL_MIRROR_UBUNTU',
'/var/www/nailgun/ubuntu/x86_64')

File diff suppressed because it is too large Load Diff