From 063a8ac2716a3fc5bc10274153751b4b9d416fad Mon Sep 17 00:00:00 2001 From: Colleen Murphy Date: Wed, 18 Sep 2019 08:40:39 -0700 Subject: [PATCH] Move remaining protection tests Since the protection tests were moved in 5e35efd5 some were apparently left behind, perhaps during feature freeze havoc, so herd the stragglers. Change-Id: I3542c655522cc7e48fd53ea804bfd7198ab44e48 --- keystone/tests/{unit => }/protection/v3/test_access_rules.py | 0 keystone/tests/{unit => }/protection/v3/test_consumer.py | 0 keystone/tests/{unit => }/protection/v3/test_domain_config.py | 0 keystone/tests/{unit => }/protection/v3/test_domain_roles.py | 0 keystone/tests/{unit => }/protection/v3/test_ec2_credential.py | 0 keystone/tests/{unit => }/protection/v3/test_implied_roles.py | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename keystone/tests/{unit => }/protection/v3/test_access_rules.py (100%) rename keystone/tests/{unit => }/protection/v3/test_consumer.py (100%) rename keystone/tests/{unit => }/protection/v3/test_domain_config.py (100%) rename keystone/tests/{unit => }/protection/v3/test_domain_roles.py (100%) rename keystone/tests/{unit => }/protection/v3/test_ec2_credential.py (100%) rename keystone/tests/{unit => }/protection/v3/test_implied_roles.py (100%) diff --git a/keystone/tests/unit/protection/v3/test_access_rules.py b/keystone/tests/protection/v3/test_access_rules.py similarity index 100% rename from keystone/tests/unit/protection/v3/test_access_rules.py rename to keystone/tests/protection/v3/test_access_rules.py diff --git a/keystone/tests/unit/protection/v3/test_consumer.py b/keystone/tests/protection/v3/test_consumer.py similarity index 100% rename from keystone/tests/unit/protection/v3/test_consumer.py rename to keystone/tests/protection/v3/test_consumer.py diff --git a/keystone/tests/unit/protection/v3/test_domain_config.py b/keystone/tests/protection/v3/test_domain_config.py similarity index 100% rename from keystone/tests/unit/protection/v3/test_domain_config.py rename to keystone/tests/protection/v3/test_domain_config.py diff --git a/keystone/tests/unit/protection/v3/test_domain_roles.py b/keystone/tests/protection/v3/test_domain_roles.py similarity index 100% rename from keystone/tests/unit/protection/v3/test_domain_roles.py rename to keystone/tests/protection/v3/test_domain_roles.py diff --git a/keystone/tests/unit/protection/v3/test_ec2_credential.py b/keystone/tests/protection/v3/test_ec2_credential.py similarity index 100% rename from keystone/tests/unit/protection/v3/test_ec2_credential.py rename to keystone/tests/protection/v3/test_ec2_credential.py diff --git a/keystone/tests/unit/protection/v3/test_implied_roles.py b/keystone/tests/protection/v3/test_implied_roles.py similarity index 100% rename from keystone/tests/unit/protection/v3/test_implied_roles.py rename to keystone/tests/protection/v3/test_implied_roles.py