updated link config to work distributed, added crude locking for fabric

This commit is contained in:
Blake Harnden 2019-10-09 15:44:45 -07:00
parent 859f473ba9
commit a4b6b8be51
5 changed files with 79 additions and 12 deletions

View file

@ -25,8 +25,8 @@ def main():
session.set_state(EventTypes.CONFIGURATION_STATE)
# create local node, switch, and remote nodes
node_one = session.add_node()
options = NodeOptions()
node_one = session.add_node(node_options=options)
options.emulation_server = remote
node_two = session.add_node(node_options=options)