Github user gauravaradhye commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/343#discussion_r31494908 --- Diff: test/integration/component/test_netscaler_lb_algo.py --- @@ -76,8 +78,12 @@ def setUpClass(cls): cls.testdata["service_offering"] ) except Exception as e: - cls.tearDownClass() - raise Exception("Warning: Exception in setUpClass: %s" % e) + if cls.exception_string in e: --- End diff -- Do case insensitive string comparisons to be safe. Change wherever applicable.
--- 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 enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---