[ https://issues.apache.org/jira/browse/CLOUDSTACK-8975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14968906#comment-14968906 ]
ASF GitHub Bot commented on CLOUDSTACK-8975: -------------------------------------------- Github user miguelaferreira commented on the pull request: https://github.com/apache/cloudstack/pull/960#issuecomment-150169879 Does 100% pass rate when some of the tests have been skipped mean more than 100% pass rate when the same tests have been excluded? I only hear about these BTV tests when a release is being prepared (I could be wrong, and you maybe run these tests all the time). I'm actually building a CI setup that will run every day all day, for all PRs. In such a setup I would have made my live easier by just taking all the test available. But instead I choose to careful select the test I'm running, to be sure about what I'm testing. I already see that several tests need to be improved, and then more tests added, and so on. This will lead to sustainable improvement. Now, if you say that it is hard to maintain a list of tests to include in a build, I would say that is the problem of the build and not the tests. > [Automation]skip test case if niciraNvp settings are not available in config > file > --------------------------------------------------------------------------------- > > Key: CLOUDSTACK-8975 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8975 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the > default.) > Components: Automation > Affects Versions: 4.7.0 > Reporter: prashant kumar mishra > Assignee: prashant kumar mishra > Priority: Minor > Fix For: 4.7.0 > > > /root/cloudstack/test/integration/smoke/test_nicira_controller.py is > failing if niciraNvp settings are not available in config file. Modifying > script to skip test case if settings are not available > log > ======= > File "/root/cloudstack/test/integration/smoke/test_nicira_controller.py", > line 46, in setUpClass > cls.nicira_hosts = cls.config.niciraNvp.hosts > AttributeError: 'NoneType' object has no attribute 'hosts' > -------------------- >> begin captured stdout << --------------------- > === TestName: None | Status : EXCEPTION === -- This message was sent by Atlassian JIRA (v6.3.4#6332)