Comment 1 for bug 1155317

Revision history for this message
Dan Nguyen (daniel-a-nguyen) wrote :

I did experience this issue as well. So after disabling the tests.

...

@test(enabled=False, depends_on_classes=[InstanceSetup],
      groups=[GROUP, GROUP_START, GROUP_START_SIMPLE, 'dbaas_quotas'],
      runs_after_groups=[tests.PRE_INSTANCES])
class CreateInstanceQuotaTest(unittest.TestCase):

...

I was able to run the tests up until a certain point.

...

WaitForGuestInstallationToFinish
        test_instance_created

...

ubuntu@ubuntu:~/reddwarf-integration/scripts$ ./redstack nova-client list
+--------------------------------------+---------------------------------+---------+------------------+
| ID | Name | Status | Networks |
+--------------------------------------+---------------------------------+---------+------------------+
| d1b2a423-9fa6-45c3-a31d-4ec99a4f441f | TEST_2013-03-14 16:56:21.476277 | SHUTOFF | private=10.0.0.3 |
+--------------------------------------+---------------------------------+---------+------------------+

Instance of the guest agent decided to self destruct ?