You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by da...@apache.org on 2015/12/09 16:12:34 UTC

[4/4] git commit: updated refs/heads/master to 7043958

Merge pull request #1195 from ekholabs/refactor/smoke_tests-CLOUDSTACK-9120

CLOUDSTACK-9120 - As a Developer I want the new component tests to be moved into the smoke directoryThis PR only moves the tests I wrote form the ```component``` to the ```smoke``` directory. Given the nature of the tests, the should be moved.

   - Those tests are doing a lot more than component tests would do. They require hardware and a lot of resources from real hypervisors.

I'm now running the five test files that were moved and will post results once they are done.

* pr/1195:
  CLOUDSTACK-9120 - Moves tests to the smoke directory

Signed-off-by: Daan Hoogland <da...@onecht.net>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/70439589
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/70439589
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/70439589

Branch: refs/heads/master
Commit: 70439589979e618bca97e2303141a7c8b28170fa
Parents: 738b788 fb92de5
Author: Daan Hoogland <da...@onecht.net>
Authored: Wed Dec 9 16:12:10 2015 +0100
Committer: Daan Hoogland <da...@onecht.net>
Committed: Wed Dec 9 16:12:10 2015 +0100

----------------------------------------------------------------------
 .../component/test_router_dhcphosts.py          |  381 -------
 .../test_routers_iptables_default_policy.py     |  678 ------------
 .../component/test_routers_network_ops.py       | 1020 ------------------
 .../integration/component/test_vpc_redundant.py |  669 ------------
 .../component/test_vpc_router_nics.py           |  514 ---------
 test/integration/smoke/test_router_dhcphosts.py |  381 +++++++
 .../test_routers_iptables_default_policy.py     |  678 ++++++++++++
 .../smoke/test_routers_network_ops.py           | 1020 ++++++++++++++++++
 test/integration/smoke/test_vpc_redundant.py    |  669 ++++++++++++
 test/integration/smoke/test_vpc_router_nics.py  |  514 +++++++++
 10 files changed, 3262 insertions(+), 3262 deletions(-)
----------------------------------------------------------------------