Fix versions in test plan.

Change-Id: I04c3ebad918fd830d803ba14b71dd6f5e5a4437e
This commit is contained in:
Andrey Setyaev 2016-07-27 22:43:25 +00:00
parent f5ec2e8eaa
commit 88a9383e0e
3 changed files with 25 additions and 26 deletions

View File

@ -1,5 +1,5 @@
================================ ================================
Test Plan for NSXv plugin v2.0.0 Test Plan for NSXv plugin v3.0.0
================================ ================================
************ ************
@ -67,17 +67,17 @@ Product compatibility matrix
- Version - Version
- Comment - Comment
* - MOS * - MOS
- 8.0 - 9.0
- -
* - OpenStack release * - OpenStack release
- Liberty with Ubuntu 14.04 - Mitaka with Ubuntu 14.04
- -
* - vSphere * - vSphere
- 5.5 and 6.0 - 5.5 and 6.0
- - 6.0 not tested
* - NSXv * - NSXv
- 6.2.0 and 6.1.4 (not tested) - 6.2.0 and 6.1.4
- - 6.1.4 not tested
************************************** **************************************
Evaluation Mission and Test Motivation Evaluation Mission and Test Motivation
@ -85,7 +85,7 @@ Evaluation Mission and Test Motivation
Project main goal is to build a MOS plugin that integrates a Neutron VMware Project main goal is to build a MOS plugin that integrates a Neutron VMware
NSX plugin. This will allow to use Neutron for networking in vmware-related NSX plugin. This will allow to use Neutron for networking in vmware-related
environments. The plugin must be compatible with the version 8.0 of Mirantis environments. The plugin must be compatible with the version 9.0 of Mirantis
OpenStack and should be tested with software/hardware described in OpenStack and should be tested with software/hardware described in
`product compatibility matrix`_. `product compatibility matrix`_.

View File

@ -31,7 +31,7 @@ Steps
2. Create a new environment with enabled plugin. 2. Create a new environment with enabled plugin.
3. Try to delete plugin via cli from master node:: 3. Try to delete plugin via cli from master node::
fuel plugins --remove nsxv==2.0.0 fuel plugins --remove nsxv==3.0.0
Expected result Expected result
@ -126,4 +126,3 @@ Expected result
############### ###############
Cluster should be deployed and all OSTF test cases should be passed. ping should get response. Cluster should be deployed and all OSTF test cases should be passed. ping should get response.

View File

@ -36,13 +36,13 @@ Expected result
############### ###############
Output:: Output::
[root@nailgun ~]# fuel plugins --install nsxv-2.0-2.0.0-1.noarch.rpm [root@nailgun ~]# fuel plugins --install nsxv-3.0-3.0.0-1.noarch.rpm
Loaded plugins: fastestmirror, priorities Loaded plugins: fastestmirror, priorities
Examining nsxv-2.0-2.0.0-1.noarch.rpm: nsxv-2.0-2.0.0-1.noarch Examining nsxv-3.0-3.0.0-1.noarch.rpm: nsxv-3.0-3.0.0-1.noarch
Marking nsxv-2.0-2.0.0-1.noarch.rpm to be installed Marking nsxv-3.0-3.0.0-1.noarch.rpm to be installed
Resolving Dependencies Resolving Dependencies
--> Running transaction check --> Running transaction check
---> Package nsxv-2.0.noarch 0:2.0.0-1 will be installed ---> Package nsxv-3.0.noarch 0:3.0.0-1 will be installed
--> Finished Dependency Resolution --> Finished Dependency Resolution
Dependencies Resolved Dependencies Resolved
@ -50,7 +50,7 @@ Output::
Package Arch Version Repository Size Package Arch Version Repository Size
Installing: Installing:
nsxv-2.0 noarch 2.0.0-1 /nsxv-2.0-2.0.0-1.noarch 20 M nsxv-3.0 noarch 3.0.0-1 /nsxv-3.0-3.0.0-1.noarch 20 M
Transaction Summary Transaction Summary
Install 1 Package Install 1 Package
@ -62,15 +62,15 @@ Output::
Running transaction test Running transaction test
Transaction test succeeded Transaction test succeeded
Running transaction Running transaction
Installing : nsxv-2.0-2.0.0-1.noarch 1/1 Installing : nsxv-3.0-3.0.0-1.noarch 1/1
Ssh key file exists, skip generation Ssh key file exists, skip generation
Verifying : nsxv-2.0-2.0.0-1.noarch 1/1 Verifying : nsxv-3.0-3.0.0-1.noarch 1/1
Installed: Installed:
nsxv-2.0.noarch 0:2.0.0-1 nsxv-3.0.noarch 0:3.0.0-1
Complete! Complete!
Plugin nsxv-2.0-2.0.0-1.noarch.rpm was successfully installed. Plugin nsxv-3.0-3.0.0-1.noarch.rpm was successfully installed.
Ensure that plugin is installed successfully using cli, run command 'fuel plugins'. Check name, version and package version of plugin. Ensure that plugin is installed successfully using cli, run command 'fuel plugins'. Check name, version and package version of plugin.
@ -108,18 +108,18 @@ Expected result
############### ###############
Output:: Output::
[root@nailgun ~]# fuel plugins --remove nsxv==2.0.0 [root@nailgun ~]# fuel plugins --remove nsxv==3.0.0
Loaded plugins: fastestmirror, priorities Loaded plugins: fastestmirror, priorities
Resolving Dependencies Resolving Dependencies
--> Running transaction check --> Running transaction check
---> Package nsxv-2.0.noarch 0:2.0.0-1 will be erased ---> Package nsxv-3.0.noarch 0:3.0.0-1 will be erased
--> Finished Dependency Resolution --> Finished Dependency Resolution
Dependencies Resolved Dependencies Resolved
Package Arch Version Repository Size Package Arch Version Repository Size
Removing: Removing:
nsxv-2.0 noarch 2.0.0-1 @/nsxv-2.0-2.0.0-1.noarch 20 M nsxv-3.0 noarch 3.0.0-1 @/nsxv-3.0-3.0.0-1.noarch 20 M
Transaction Summary Transaction Summary
Remove 1 Package Remove 1 Package
@ -130,14 +130,14 @@ Output::
Running transaction test Running transaction test
Transaction test succeeded Transaction test succeeded
Running transaction Running transaction
Erasing : nsxv-2.0-2.0.0-1.noarch 1/1 Erasing : nsxv-3.0-3.0.0-1.noarch 1/1
Verifying : nsxv-2.0-2.0.0-1.noarch 1/1 Verifying : nsxv-3.0-3.0.0-1.noarch 1/1
Removed: Removed:
nsxv-2.0.noarch 0:2.0.0-1 nsxv-3.0.noarch 0:3.0.0-1
Complete! Complete!
Plugin nsxv==2.0.0 was successfully removed. Plugin nsxv==3.0.0 was successfully removed.
Verify that plugin is removed, run command 'fuel plugins'. Verify that plugin is removed, run command 'fuel plugins'.
@ -218,7 +218,7 @@ Steps
5. Configure network settings. 5. Configure network settings.
6. Enable and configure NSXv plugin. 6. Enable and configure NSXv plugin.
7. Configure settings: 7. Configure settings:
* Enable VMWare vCenter/ESXi datastore for images (Glance). * Default
8. Configure VMware vCenter Settings. Add 1 vSphere cluster and configure Nova Compute instances on controllers. 8. Configure VMware vCenter Settings. Add 1 vSphere cluster and configure Nova Compute instances on controllers.
9. Deploy cluster. 9. Deploy cluster.
10. Run OSTF. 10. Run OSTF.