示例#1
0
 def test_config_checks(self):
     unittests = os.path.dirname(__file__)
     parent = os.path.dirname(unittests)
     spynnaker = os.path.join(parent, "spynnaker")
     spy8 = os.path.join(parent, "spynnaker8")
     spynnaker_it = os.path.join(parent, "spynnaker_integration_tests")
     run_config_checks(
         directories=[spynnaker, spy8, spynnaker_it, unittests])
示例#2
0
 def test_config_checks(self):
     unittests = os.path.dirname(__file__)
     parent = os.path.dirname(unittests)
     spinn_gym = os.path.join(parent, "spinn_gym")
     examples = os.path.join(parent, "examples")
     integration_tests = os.path.join(parent, "integration_tests")
     run_config_checks(directories=[
         spinn_gym, examples, integration_tests, unittests])
 def test_cfg_check(self):
     unittests = os.path.dirname(__file__)
     parent = os.path.dirname(unittests)
     pacman = os.path.join(parent, "pacman")
     integration_tests = os.path.join(parent, "pacman_integration_tests")
     uinit_test_objects = os.path.join(parent, "pacman_test_objects")
     run_config_checks(directories=[
         pacman, integration_tests, unittests, uinit_test_objects
     ])
 def test_config_checks(self):
     unittests = os.path.dirname(__file__)
     parent = os.path.dirname(unittests)
     gfe_examples = os.path.join(parent, "gfe_examples")
     gfe_integration_tests = os.path.join(parent, "gfe_integration_tests")
     gfe = os.path.join(parent, "spinnaker_graph_front_end")
     repeaters = ["placer", "router", "info_allocator", "compressor"]
     run_config_checks(
         directories=[gfe_examples, gfe_integration_tests, gfe, unittests],
         repeaters=repeaters)
示例#5
0
 def test_config_checks(self):
     unittests = os.path.dirname(__file__)
     parent = os.path.dirname(unittests)
     spynnaker = os.path.join(parent, "spynnaker")
     spy8 = os.path.join(parent, "spynnaker8")
     spynnaker_it = os.path.join(parent, "spynnaker_integration_tests")
     repeaters = [
         "application_to_machine_graph_algorithms",
         "machine_graph_to_machine_algorithms",
         "machine_graph_to_virtual_machine_algorithms", "loading_algorithms"
     ]
     run_config_checks(
         directories=[spynnaker, spy8, spynnaker_it, unittests],
         repeaters=repeaters)
 def test_cfg_check(self):
     unittests = os.path.dirname(__file__)
     parent = os.path.dirname(unittests)
     data_specification = os.path.join(parent, "data_specification")
     run_config_checks(directories=[data_specification, unittests])
示例#7
0
 def test_config_checks(self):
     unittests = os.path.dirname(__file__)
     parent = os.path.dirname(unittests)
     spinnman = os.path.join(parent, "spinnman")
     run_config_checks(directories=[spinnman, unittests])