From e40eae5d1970799c88ee6edcd5305e522698a6a8 Mon Sep 17 00:00:00 2001 From: Michal Ptacek Date: Wed, 9 Nov 2016 09:40:24 +0000 Subject: [PATCH] get rid of useless tenant_id attribute reflecting the same change in tempest Change-Id: I24f0b456beb4f98269c8ff6141103271850731d0 Closes-Bug: #1640430 --- intel_nfv_ci_tests/tests/scenario/test_numa_topology.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/intel_nfv_ci_tests/tests/scenario/test_numa_topology.py b/intel_nfv_ci_tests/tests/scenario/test_numa_topology.py index 48901f0..ec7e3db 100644 --- a/intel_nfv_ci_tests/tests/scenario/test_numa_topology.py +++ b/intel_nfv_ci_tests/tests/scenario/test_numa_topology.py @@ -177,8 +177,7 @@ class TestServerNumaTopo(TestServerNumaBase): @test.services('compute', 'network') def test_server_numa(self): - self.security_group = self._create_security_group( - tenant_id=self.tenant_id) + self.security_group = self._create_security_group() self.boot_instance() rmt_client = self.verify_ssh() topo = self.get_numa_topology(rmt_client)