mirror of
https://gitlab.com/fabinfra/fabaccess/fabfire_adapter.git
synced 2025-03-12 23:01:44 +01:00
URN & Wiki update
This commit is contained in:
parent
d8004c5b18
commit
a4e73c65b7
2
schema
2
schema
@ -1 +1 @@
|
|||||||
Subproject commit 1441b59145bb364c2c61fe67f52c64a3522ee124
|
Subproject commit 743c18393c6e01edeec1e04ab8998176d78f9a04
|
3
test.py
3
test.py
@ -3,4 +3,5 @@ import fabapi
|
|||||||
boot = fabapi.connect("localhost:59661", "Testuser", "secret")
|
boot = fabapi.connect("localhost:59661", "Testuser", "secret")
|
||||||
ms = boot.machineSystem().wait().machineSystem
|
ms = boot.machineSystem().wait().machineSystem
|
||||||
info = ms.info().wait().info
|
info = ms.info().wait().info
|
||||||
m = info.getMachine("Testmachine").wait()
|
ma = info.getMachine("Another").wait()
|
||||||
|
my = info.getMachine("Yetmore").wait()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user