From a83602341121ccd252a8eaaa390f387b5230cd75 Mon Sep 17 00:00:00 2001 From: Richard Theis Date: Fri, 5 Feb 2016 09:52:34 -0600 Subject: [PATCH] Refactor security group functional tests Moved the functional tests for "os security group" and "os security group rule" from the compute to the network directory to align with the refactoring to the commands. Change-Id: Ief6ab17775c6d7e3bef58d9fa025d9dd520b7370 Partial-Bug: #1519511 Partial-Bug: #1519512 Related-to: blueprint neutron-client --- functional/tests/{compute => network}/v2/test_security_group.py | 0 .../tests/{compute => network}/v2/test_security_group_rule.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename functional/tests/{compute => network}/v2/test_security_group.py (100%) rename functional/tests/{compute => network}/v2/test_security_group_rule.py (100%) diff --git a/functional/tests/compute/v2/test_security_group.py b/functional/tests/network/v2/test_security_group.py similarity index 100% rename from functional/tests/compute/v2/test_security_group.py rename to functional/tests/network/v2/test_security_group.py diff --git a/functional/tests/compute/v2/test_security_group_rule.py b/functional/tests/network/v2/test_security_group_rule.py similarity index 100% rename from functional/tests/compute/v2/test_security_group_rule.py rename to functional/tests/network/v2/test_security_group_rule.py