CLOUDSTACK-8055: Tagging test cases which can't be run on simulator accordingly
Signed-off-by: SrikanteswaraRao Talluri <tall...@apache.org> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/ecbeb003 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/ecbeb003 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/ecbeb003 Branch: refs/heads/master Commit: ecbeb003ec94149adfeb8234f11979b5d99fba7b Parents: 44d295e Author: Gaurav Aradhye <gaurav.arad...@clogeny.com> Authored: Fri Dec 12 14:32:08 2014 +0530 Committer: SrikanteswaraRao Talluri <tall...@apache.org> Committed: Fri Dec 12 18:58:14 2014 +0530 ---------------------------------------------------------------------- test/integration/component/test_ip_reservation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ecbeb003/test/integration/component/test_ip_reservation.py ---------------------------------------------------------------------- diff --git a/test/integration/component/test_ip_reservation.py b/test/integration/component/test_ip_reservation.py index 37b783f..14b6f5c 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