diff --git a/schema b/schema index 1441b59..743c183 160000 --- a/schema +++ b/schema @@ -1 +1 @@ -Subproject commit 1441b59145bb364c2c61fe67f52c64a3522ee124 +Subproject commit 743c18393c6e01edeec1e04ab8998176d78f9a04 diff --git a/test.py b/test.py index 08063aa..14f391a 100644 --- a/test.py +++ b/test.py @@ -3,4 +3,5 @@ import fabapi boot = fabapi.connect("localhost:59661", "Testuser", "secret") ms = boot.machineSystem().wait().machineSystem info = ms.info().wait().info -m = info.getMachine("Testmachine").wait() +ma = info.getMachine("Another").wait() +my = info.getMachine("Yetmore").wait()