Ejemplo n.º 1
0
 def create(self):
     print "STARTING A SIMULATION"
     print self.sim_cmd
     return testlib.VcsSim(sim_cmd=self.sim_cmd, debug=False)
Ejemplo n.º 2
0
 def target(self):
     return testlib.VcsSim(simv=self.run, debug=False)
Ejemplo n.º 3
0
 def create(self):
     return testlib.VcsSim(sim_cmd=self.sim_cmd, debug=False)
Ejemplo n.º 4
0
 def target(self):
     return testlib.VcsSim(sim_cmd=self.sim_cmd, debug=False)