Red-test: list_nodes_full

Related to saltstack/salt#27089 Saltcloud virtualbox provider
This commit is contained in:
LoveIsGrief 2016-01-04 21:12:46 +01:00
parent f8abd87f88
commit a1c94bf01b

View File

@ -141,6 +141,17 @@ class VirtualboxProviderTest(integration.ShellCase):
[i.strip() for i in ret]
)
def test_cloud_list_full(self):
"""
List all machines with full information
"""
ret = self.run_cloud('-f list_nodes_full virtualbox-config')
print "\n".join(ret)
self.assertIn(
BASE_BOX_NAME + ":",
[i.strip() for i in ret]
)
def test_cloud_destroy(self):
"""
Test creating an instance on virtualbox with the virtualbox driver