commit | f15c4eb630371e3aba5bbf3f39b292a594390f2a | [log] [tgz] |
---|---|---|
author | Attila Fazekas <afazekas@redhat.com> | Tue Dec 17 11:34:48 2013 +0100 |
committer | Attila Fazekas <afazekas@redhat.com> | Wed Dec 18 14:51:30 2013 +0100 |
tree | ac092383faf4368f86e6d6cab5c10cf718bb912e | |
parent | ee958416c5a33053d7b7ab72be5a00ab5d3f9387 [diff] |
attach_interfaces as smoke attach_interfaces is neutron specific test, so it should have the smoke flag. Change-Id: Ia438a2fa1eeed5aa7ce9a733aefe39b28dc2e187
diff --git a/tempest/api/compute/servers/test_attach_interfaces.py b/tempest/api/compute/servers/test_attach_interfaces.py index a177cea..dbb7d75 100644 --- a/tempest/api/compute/servers/test_attach_interfaces.py +++ b/tempest/api/compute/servers/test_attach_interfaces.py
@@ -92,7 +92,7 @@ self.assertEqual(sorted(list1), sorted(list2)) - @attr(type='gate') + @attr(type='smoke') def test_create_list_show_delete_interfaces(self): server, ifs = self._create_server_get_interfaces() interface_count = len(ifs)
diff --git a/tempest/api/compute/v3/servers/test_attach_interfaces.py b/tempest/api/compute/v3/servers/test_attach_interfaces.py index f208a4b..d12f708 100644 --- a/tempest/api/compute/v3/servers/test_attach_interfaces.py +++ b/tempest/api/compute/v3/servers/test_attach_interfaces.py
@@ -92,7 +92,7 @@ self.assertEqual(sorted(list1), sorted(list2)) - @attr(type='gate') + @attr(type='smoke') def test_create_list_show_delete_interfaces(self): server, ifs = self._create_server_get_interfaces() interface_count = len(ifs)