From fb92de52623f5a5a354cf78f5e91dafa3ee6f337 Mon Sep 17 00:00:00 2001 From: Wilder Rodrigues Date: Tue, 8 Dec 2015 20:28:07 +0100 Subject: [PATCH] CLOUDSTACK-9120 - Moves tests to the smoke directory - Those tests are doing a lot more than component tests would do. They require hardware and a lot of resources from real hypervisors. --- test/integration/{component => smoke}/test_router_dhcphosts.py | 0 .../{component => smoke}/test_routers_iptables_default_policy.py | 0 test/integration/{component => smoke}/test_routers_network_ops.py | 0 test/integration/{component => smoke}/test_vpc_redundant.py | 0 test/integration/{component => smoke}/test_vpc_router_nics.py | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename test/integration/{component => smoke}/test_router_dhcphosts.py (100%) rename test/integration/{component => smoke}/test_routers_iptables_default_policy.py (100%) rename test/integration/{component => smoke}/test_routers_network_ops.py (100%) rename test/integration/{component => smoke}/test_vpc_redundant.py (100%) rename test/integration/{component => smoke}/test_vpc_router_nics.py (100%) diff --git a/test/integration/component/test_router_dhcphosts.py b/test/integration/smoke/test_router_dhcphosts.py similarity index 100% rename from test/integration/component/test_router_dhcphosts.py rename to test/integration/smoke/test_router_dhcphosts.py diff --git a/test/integration/component/test_routers_iptables_default_policy.py b/test/integration/smoke/test_routers_iptables_default_policy.py similarity index 100% rename from test/integration/component/test_routers_iptables_default_policy.py rename to test/integration/smoke/test_routers_iptables_default_policy.py diff --git a/test/integration/component/test_routers_network_ops.py b/test/integration/smoke/test_routers_network_ops.py similarity index 100% rename from test/integration/component/test_routers_network_ops.py rename to test/integration/smoke/test_routers_network_ops.py diff --git a/test/integration/component/test_vpc_redundant.py b/test/integration/smoke/test_vpc_redundant.py similarity index 100% rename from test/integration/component/test_vpc_redundant.py rename to test/integration/smoke/test_vpc_redundant.py diff --git a/test/integration/component/test_vpc_router_nics.py b/test/integration/smoke/test_vpc_router_nics.py similarity index 100% rename from test/integration/component/test_vpc_router_nics.py rename to test/integration/smoke/test_vpc_router_nics.py