3 tests fixed for discoverability

This commit is contained in:
Alexandr Notchenko 2013-09-02 20:44:49 +04:00 committed by default
parent 937b47f970
commit ef491dac55
3 changed files with 3 additions and 3 deletions

View File

@ -100,7 +100,7 @@ class TestNetworkManager(BaseHandlers):
{
"pending_addition": True,
"api": True,
"status": "error"
"status": "discover"
}
]
)

View File

@ -132,7 +132,7 @@ class TestHandlers(BaseHandlers):
def test_node_update_agent_discover(self):
self.env.create_node(
api=True,
api=False,
status='provisioning',
meta=self.env.default_metadata()
)

View File

@ -50,7 +50,7 @@ class TestProvisioning(BaseHandlers):
cluster = self.env.create_cluster()
map(
lambda x: self.env.create_node(
api=True,
api=False,
cluster_id=cluster['id'],
**x),
[