<div dir="ltr">Hi Sahara dev,<div><br></div><div>I am working on the integration tests in sahara(with nova network), when I am using "tox -e cdh"  to run cdh tests, it failed with error below, then I check the sahara log, it says heat error.  This error reminds me a bug which is not merged <a href="https://bugs.launchpad.net/sahara/+bug/1392738">https://bugs.launchpad.net/sahara/+bug/1392738</a> (I checkout this patch, and it seems still does't work)   so I manually set auto_<span style="color:rgb(51,51,51);font-family:monospace;font-size:12px;line-height:18px">security_group false in </span>test_cdh_gating.py, but still met this error and not successfully passed the integration test.</div><div><br></div><div>below is Integration tests error and sahara log</div><div><br></div><div><br></div><div>Tests Error:</div><div><br></div><div><div>Traceback (most recent call last):</div><div>  File "/opt/stack/sahara/sahara/tests/integration/tests/gating/test_cdh_gating.py", line 305, in test_cdh_plugin_gating</div><div>    self._create_cluster()</div><div>  File "sahara/tests/integration/tests/base.py", line 49, in wrapper</div><div>    ITestCase.print_error_log(message, e)</div><div>  File "/opt/stack/sahara/.tox/integration/local/lib/python2.7/site-packages/oslo/utils/excutils.py", line 82, in __exit__</div><div>    six.reraise(self.type_, self.value, self.tb)</div><div>  File "sahara/tests/integration/tests/base.py", line 46, in wrapper</div><div>    fct(*args, **kwargs)</div><div>  File "/opt/stack/sahara/sahara/tests/integration/tests/gating/test_cdh_gating.py", line 191, in _create_cluster</div><div>    self.poll_cluster_state(self.cluster_id)</div><div>  File "sahara/tests/integration/tests/base.py", line 237, in poll_cluster_state</div><div>    self.fail('Cluster state == \'Error\'.')</div><div>  File "/opt/stack/sahara/.tox/integration/local/lib/python2.7/site-packages/unittest2/case.py", line 666, in fail</div><div>    raise self.failureException(msg)</div><div>AssertionError: Cluster state == 'Error'.</div><div>Ran 1 tests in 147.204s (+21.220s)</div><div>FAILED (id=47, failures=1)</div><div>error: testr failed (1)</div><div>ERROR: InvocationError: '/opt/stack/sahara/.tox/integration/bin/python setup.py test --slowest --testr-args=cdh'</div></div><div><br></div><div><br></div><div>Sahara Log:</div><div><br></div><div><div>2014-12-01 09:02:44.001 ERROR sahara.service.ops [-] Error during operating cluster 'test-cluster-cdh' (reason: Heat stack failed with status CREATE_FAILED)</div><div>2014-12-01 09:02:44.001 TRACE sahara.service.ops Traceback (most recent call last):</div><div>2014-12-01 09:02:44.001 TRACE sahara.service.ops   File "/opt/stack/sahara/sahara/service/ops.py", line 141, in wrapper</div><div>2014-12-01 09:02:44.001 TRACE sahara.service.ops     f(cluster_id, *args, **kwds)</div><div>2014-12-01 09:02:44.001 TRACE sahara.service.ops   File "/opt/stack/sahara/sahara/service/ops.py", line 227, in _provision_cluster</div><div>2014-12-01 09:02:44.001 TRACE sahara.service.ops     INFRA.create_cluster(cluster)</div><div>2014-12-01 09:02:44.001 TRACE sahara.service.ops   File "/opt/stack/sahara/sahara/service/heat_engine.py", line 57, in create_cluster</div><div>2014-12-01 09:02:44.001 TRACE sahara.service.ops     launcher.launch_instances(cluster, target_count)</div><div>2014-12-01 09:02:44.001 TRACE sahara.service.ops   File "/opt/stack/sahara/sahara/service/heat_engine.py", line 209, in launch_instances</div><div>2014-12-01 09:02:44.001 TRACE sahara.service.ops     heat.wait_stack_completion(stack.heat_stack)</div><div>2014-12-01 09:02:44.001 TRACE sahara.service.ops   File "/opt/stack/sahara/sahara/utils/openstack/heat.py", line 60, in wait_stack_completion</div><div>2014-12-01 09:02:44.001 TRACE sahara.service.ops     </div><div>2014-12-01 09:02:44.001 TRACE sahara.service.ops HeatStackException: Heat stack failed with status CREATE_FAILED</div><div>2014-12-01 09:02:44.001 TRACE sahara.service.ops </div></div></div>