Skip to content

Commit e9bcbcd

Browse files
committed
OV-7. Rename test environment name when in simulation mode to opensim.
1 parent a27b563 commit e9bcbcd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/openVisualizerApp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def __init__(self,confdir,datadir,logdir,simulatorMode,numMotes,trace,debug,useP
9797

9898
# create a moteProbe for each mote
9999
if self.simulatorMode:
100-
self.testEnvironment = 'simulation'
100+
self.testEnvironment = 'opensim'
101101
# in "simulator" mode, motes are emulated
102102
sys.path.append(os.path.join(self.datadir, 'sim_files'))
103103
import oos_openwsn

0 commit comments

Comments
 (0)