mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Red-test: list_nodes_full
Related to saltstack/salt#27089 Saltcloud virtualbox provider
This commit is contained in:
parent
f8abd87f88
commit
a1c94bf01b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user