Skip to content
Snippets Groups Projects
Commit da624f36 authored by jkerdreu's avatar jkerdreu
Browse files

Fix test.py

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@2649 b32b6428-25c9-4566-ad07-03861ab6144f
parent 1b7a670b
Branches
No related tags found
No related merge requests found
......@@ -4,6 +4,9 @@ from xaal.lib import Engine,Device,tools
target = tools.get_uuid(sys.argv[-1])
dev = Device("switch.basic",tools.get_random_uuid())
dev.vendor_id = "RAMBo"
dev.product_id = "Fake Auto Switch"
dev.info = 'Auto switch for %s' % target
eng = Engine()
eng.start()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment