From ff15320a4e0bd11d90b799e9a2ff24d91750bfc6 Mon Sep 17 00:00:00 2001 From: Gaurav Aradhye Date: Fri, 12 Dec 2014 14:32:08 +0530 Subject: [PATCH] CLOUDSTACK-8055: Tagging test cases which can't be run on simulator accordingly Signed-off-by: SrikanteswaraRao Talluri --- test/integration/component/test_ip_reservation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/component/test_ip_reservation.py b/test/integration/component/test_ip_reservation.py index 37b783f7169..14b6f5c8cd6 100644 --- a/test/integration/component/test_ip_reservation.py +++ b/test/integration/component/test_ip_reservation.py @@ -305,7 +305,7 @@ class TestIpReservation(cloudstackTestCase): return @data(NAT_RULE, STATIC_NAT_RULE) - @attr(tags=["advanced"]) + @attr(tags=["advanced"], required_hardware="true") def test_nat_rules(self, value): """ Test NAT rules working with IP reservation # steps