From 4154f0c73290c448c633dd85471bca658797dfc3 Mon Sep 17 00:00:00 2001 From: vrovachev Date: Mon, 6 Jul 2015 16:39:37 +0400 Subject: [PATCH] Replace env for nova-compute packages Replaces environment for check nova-compute packages to env without some extra parameters. Partially implements: blueprint mos-patching-tests Change-Id: I145dfb5df03bd1d3d9334bcfb0a8924558a6569e --- fuelweb_test/tests/test_neutron.py | 3 ++- packages_tests/deb/deployment/nova/nova-compute-kvm/test.yaml | 3 +++ .../deb/deployment/nova/nova-compute-libvirt/test.yaml | 3 +++ packages_tests/deb/deployment/nova/nova-compute-qemu/test.yaml | 3 +++ packages_tests/deb/deployment/nova/nova-compute/test.yaml | 3 +++ .../rpm/deployment/nova/openstack-nova-compute/test.yaml | 3 +++ 6 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 packages_tests/deb/deployment/nova/nova-compute-kvm/test.yaml create mode 100644 packages_tests/deb/deployment/nova/nova-compute-libvirt/test.yaml create mode 100644 packages_tests/deb/deployment/nova/nova-compute-qemu/test.yaml create mode 100644 packages_tests/deb/deployment/nova/nova-compute/test.yaml create mode 100644 packages_tests/rpm/deployment/nova/openstack-nova-compute/test.yaml diff --git a/fuelweb_test/tests/test_neutron.py b/fuelweb_test/tests/test_neutron.py index 23ba78749..cb8a9ce39 100644 --- a/fuelweb_test/tests/test_neutron.py +++ b/fuelweb_test/tests/test_neutron.py @@ -96,7 +96,8 @@ class NeutronVlan(TestBasic): """NeutronVlan.""" # TODO documentation @test(depends_on=[SetupEnvironment.prepare_slaves_3], - groups=["deploy_neutron_vlan", "ha_one_controller_neutron_vlan"]) + groups=["deploy_neutron_vlan", "ha_one_controller_neutron_vlan", + "deployment", "nova", "nova-compute"]) @log_snapshot_after_test def deploy_neutron_vlan(self): """Deploy cluster in ha mode with 1 controller and Neutron VLAN diff --git a/packages_tests/deb/deployment/nova/nova-compute-kvm/test.yaml b/packages_tests/deb/deployment/nova/nova-compute-kvm/test.yaml new file mode 100644 index 000000000..340bf9df1 --- /dev/null +++ b/packages_tests/deb/deployment/nova/nova-compute-kvm/test.yaml @@ -0,0 +1,3 @@ +system_tests: + tags: + - nova-compute \ No newline at end of file diff --git a/packages_tests/deb/deployment/nova/nova-compute-libvirt/test.yaml b/packages_tests/deb/deployment/nova/nova-compute-libvirt/test.yaml new file mode 100644 index 000000000..340bf9df1 --- /dev/null +++ b/packages_tests/deb/deployment/nova/nova-compute-libvirt/test.yaml @@ -0,0 +1,3 @@ +system_tests: + tags: + - nova-compute \ No newline at end of file diff --git a/packages_tests/deb/deployment/nova/nova-compute-qemu/test.yaml b/packages_tests/deb/deployment/nova/nova-compute-qemu/test.yaml new file mode 100644 index 000000000..340bf9df1 --- /dev/null +++ b/packages_tests/deb/deployment/nova/nova-compute-qemu/test.yaml @@ -0,0 +1,3 @@ +system_tests: + tags: + - nova-compute \ No newline at end of file diff --git a/packages_tests/deb/deployment/nova/nova-compute/test.yaml b/packages_tests/deb/deployment/nova/nova-compute/test.yaml new file mode 100644 index 000000000..340bf9df1 --- /dev/null +++ b/packages_tests/deb/deployment/nova/nova-compute/test.yaml @@ -0,0 +1,3 @@ +system_tests: + tags: + - nova-compute \ No newline at end of file diff --git a/packages_tests/rpm/deployment/nova/openstack-nova-compute/test.yaml b/packages_tests/rpm/deployment/nova/openstack-nova-compute/test.yaml new file mode 100644 index 000000000..340bf9df1 --- /dev/null +++ b/packages_tests/rpm/deployment/nova/openstack-nova-compute/test.yaml @@ -0,0 +1,3 @@ +system_tests: + tags: + - nova-compute \ No newline at end of file