From be4615fb608befa2f52692c7dbe81d1e5a674ae4 Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Tue, 28 Apr 2015 15:38:22 +0800 Subject: [PATCH] Move aws resources tests to heat/tests/aws/ Move aws resources tests to heat/tests/aws/* Change-Id: I91c0cfd5909919494029ad4b1b2be41a8277d85b --- heat/tests/{ => aws}/test_eip.py | 0 heat/tests/{ => aws}/test_instance.py | 0 heat/tests/{ => aws}/test_instance_network.py | 0 heat/tests/{ => aws}/test_loadbalancer.py | 0 heat/tests/{ => aws}/test_network_interface.py | 0 heat/tests/{ => aws}/test_s3.py | 0 heat/tests/{ => aws}/test_security_group.py | 0 heat/tests/{ => aws}/test_user.py | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename heat/tests/{ => aws}/test_eip.py (100%) rename heat/tests/{ => aws}/test_instance.py (100%) rename heat/tests/{ => aws}/test_instance_network.py (100%) rename heat/tests/{ => aws}/test_loadbalancer.py (100%) rename heat/tests/{ => aws}/test_network_interface.py (100%) rename heat/tests/{ => aws}/test_s3.py (100%) rename heat/tests/{ => aws}/test_security_group.py (100%) rename heat/tests/{ => aws}/test_user.py (100%) diff --git a/heat/tests/test_eip.py b/heat/tests/aws/test_eip.py similarity index 100% rename from heat/tests/test_eip.py rename to heat/tests/aws/test_eip.py diff --git a/heat/tests/test_instance.py b/heat/tests/aws/test_instance.py similarity index 100% rename from heat/tests/test_instance.py rename to heat/tests/aws/test_instance.py diff --git a/heat/tests/test_instance_network.py b/heat/tests/aws/test_instance_network.py similarity index 100% rename from heat/tests/test_instance_network.py rename to heat/tests/aws/test_instance_network.py diff --git a/heat/tests/test_loadbalancer.py b/heat/tests/aws/test_loadbalancer.py similarity index 100% rename from heat/tests/test_loadbalancer.py rename to heat/tests/aws/test_loadbalancer.py diff --git a/heat/tests/test_network_interface.py b/heat/tests/aws/test_network_interface.py similarity index 100% rename from heat/tests/test_network_interface.py rename to heat/tests/aws/test_network_interface.py diff --git a/heat/tests/test_s3.py b/heat/tests/aws/test_s3.py similarity index 100% rename from heat/tests/test_s3.py rename to heat/tests/aws/test_s3.py diff --git a/heat/tests/test_security_group.py b/heat/tests/aws/test_security_group.py similarity index 100% rename from heat/tests/test_security_group.py rename to heat/tests/aws/test_security_group.py diff --git a/heat/tests/test_user.py b/heat/tests/aws/test_user.py similarity index 100% rename from heat/tests/test_user.py rename to heat/tests/aws/test_user.py