[GitHub] cloudstack pull request: CLOUDSTACK-8394: Skip test cases through ...

2015-05-06 Thread gauravaradhye
GitHub user gauravaradhye opened a pull request: https://github.com/apache/cloudstack/pull/231 CLOUDSTACK-8394: Skip test cases through setUp() instead of setUpClass() Doing the changes for regression test cases. This has already been done for BVTs. Reason: When raise

[GitHub] cloudstack pull request: CLOUDSTACK-8394: Skip test cases through ...

2015-05-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cloudstack/pull/231 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] cloudstack pull request: CLOUDSTACK-8394: Skip test cases through ...

2015-04-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cloudstack/pull/203 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] cloudstack pull request: CLOUDSTACK-8394: Skip test cases through ...

2015-04-28 Thread gauravaradhye
GitHub user gauravaradhye opened a pull request: https://github.com/apache/cloudstack/pull/203 CLOUDSTACK-8394: Skip test cases through setUp() instead of setUpClass() When the tests are skipped through setUpClass, the statement raise unittest.SkipTest() is used. This is seen as