def setUp(self):
     self.conf_comm = ConfigurationCommunicator()
     self.sal = SalManager()
     self.sal.initialize()
     self.config = SimulationConfig()
     self.config.load_proposals()
Beispiel #2
0
 def setUp(self):
     self.sal = SalManager()
     self.sal_debug_level = 0
     # If below is changed, make sure to update patch call on test_publishing_topic
     self.publish_topic = "timeHandler"
Beispiel #3
0
 def initialize_sequencer(self):
     self.sal = SalManager()
     self.sal.initialize()
     self.seq.initialize(self.sal, Observatory())