Browse Source

Merge default into AllGroupDevicesShowHandshake

PYADPT-55
Edouard Tisserant 8 years ago
parent
commit
27633f183b
  1. 2
      test/multipEp.py

2
test/multipEp.py

@ -394,7 +394,7 @@ def stop_instance(iname):
def purge_instances(): def purge_instances():
global instances global instances
for iname in instances.keys(): for iname in list(instances.keys()):
stop_instance(iname) stop_instance(iname)
def run_instance_action(action): def run_instance_action(action):

Loading…
Cancel
Save