diff --git a/unittests/model_tests/test_chip_info.py b/unittests/model_tests/test_chip_info.py deleted file mode 100644 index d632dfed..00000000 --- a/unittests/model_tests/test_chip_info.py +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright (c) 2017-2019 The University of Manchester -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . - -import unittest - - -class MyTestCase(unittest.TestCase): - - @unittest.skip("Test not implemented yet") - def test_something(self): - self.assertEqual(True, False, "Test not implemented yet") - - -if __name__ == '__main__': - unittest.main() diff --git a/unittests/model_tests/test_cpu_info.py b/unittests/model_tests/test_cpu_info.py deleted file mode 100644 index d632dfed..00000000 --- a/unittests/model_tests/test_cpu_info.py +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright (c) 2017-2019 The University of Manchester -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . - -import unittest - - -class MyTestCase(unittest.TestCase): - - @unittest.skip("Test not implemented yet") - def test_something(self): - self.assertEqual(True, False, "Test not implemented yet") - - -if __name__ == '__main__': - unittest.main() diff --git a/unittests/scp_tests/test_count_state_request.py b/unittests/scp_tests/test_count_state_request.py deleted file mode 100644 index f0998610..00000000 --- a/unittests/scp_tests/test_count_state_request.py +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright (c) 2017-2019 The University of Manchester -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . - -import unittest -from spinnman.messages.scp.impl import CountState -from spinnman.model.enums import CPUState - - -class TestCPUStateRequest(unittest.TestCase): - def test_new_state_request(self): - request = CountState(32, CPUState.READY) - self.assertIsNotNone(request, "must make a CountState") - - -if __name__ == '__main__': - unittest.main() diff --git a/unittests/scp_tests/test_iptag_clear_request.py b/unittests/scp_tests/test_iptag_clear_request.py deleted file mode 100644 index d632dfed..00000000 --- a/unittests/scp_tests/test_iptag_clear_request.py +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright (c) 2017-2019 The University of Manchester -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . - -import unittest - - -class MyTestCase(unittest.TestCase): - - @unittest.skip("Test not implemented yet") - def test_something(self): - self.assertEqual(True, False, "Test not implemented yet") - - -if __name__ == '__main__': - unittest.main() diff --git a/unittests/scp_tests/test_iptag_set_request.py b/unittests/scp_tests/test_iptag_set_request.py deleted file mode 100644 index d632dfed..00000000 --- a/unittests/scp_tests/test_iptag_set_request.py +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright (c) 2017-2019 The University of Manchester -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . - -import unittest - - -class MyTestCase(unittest.TestCase): - - @unittest.skip("Test not implemented yet") - def test_something(self): - self.assertEqual(True, False, "Test not implemented yet") - - -if __name__ == '__main__': - unittest.main() diff --git a/unittests/scp_tests/test_scp_application_run_request.py b/unittests/scp_tests/test_scp_application_run_request.py deleted file mode 100644 index d632dfed..00000000 --- a/unittests/scp_tests/test_scp_application_run_request.py +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright (c) 2017-2019 The University of Manchester -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . - -import unittest - - -class MyTestCase(unittest.TestCase): - - @unittest.skip("Test not implemented yet") - def test_something(self): - self.assertEqual(True, False, "Test not implemented yet") - - -if __name__ == '__main__': - unittest.main() diff --git a/unittests/scp_tests/test_scp_flood_fill_data_request.py b/unittests/scp_tests/test_scp_flood_fill_data_request.py deleted file mode 100644 index d632dfed..00000000 --- a/unittests/scp_tests/test_scp_flood_fill_data_request.py +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright (c) 2017-2019 The University of Manchester -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . - -import unittest - - -class MyTestCase(unittest.TestCase): - - @unittest.skip("Test not implemented yet") - def test_something(self): - self.assertEqual(True, False, "Test not implemented yet") - - -if __name__ == '__main__': - unittest.main() diff --git a/unittests/scp_tests/test_scp_flood_fill_end_request.py b/unittests/scp_tests/test_scp_flood_fill_end_request.py deleted file mode 100644 index d632dfed..00000000 --- a/unittests/scp_tests/test_scp_flood_fill_end_request.py +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright (c) 2017-2019 The University of Manchester -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . - -import unittest - - -class MyTestCase(unittest.TestCase): - - @unittest.skip("Test not implemented yet") - def test_something(self): - self.assertEqual(True, False, "Test not implemented yet") - - -if __name__ == '__main__': - unittest.main() diff --git a/unittests/scp_tests/test_scp_flood_fill_start_request.py b/unittests/scp_tests/test_scp_flood_fill_start_request.py deleted file mode 100644 index d632dfed..00000000 --- a/unittests/scp_tests/test_scp_flood_fill_start_request.py +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright (c) 2017-2019 The University of Manchester -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . - -import unittest - - -class MyTestCase(unittest.TestCase): - - @unittest.skip("Test not implemented yet") - def test_something(self): - self.assertEqual(True, False, "Test not implemented yet") - - -if __name__ == '__main__': - unittest.main() diff --git a/unittests/scp_tests/test_scp_iptag_get_request.py b/unittests/scp_tests/test_scp_iptag_get_request.py deleted file mode 100644 index d632dfed..00000000 --- a/unittests/scp_tests/test_scp_iptag_get_request.py +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright (c) 2017-2019 The University of Manchester -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . - -import unittest - - -class MyTestCase(unittest.TestCase): - - @unittest.skip("Test not implemented yet") - def test_something(self): - self.assertEqual(True, False, "Test not implemented yet") - - -if __name__ == '__main__': - unittest.main() diff --git a/unittests/scp_tests/test_scp_iptag_get_response.py b/unittests/scp_tests/test_scp_iptag_get_response.py deleted file mode 100644 index 4e34ca61..00000000 --- a/unittests/scp_tests/test_scp_iptag_get_response.py +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright (c) 2017-2019 The University of Manchester -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . - -import unittest -# from struct import pack - - -class MyTestCase(unittest.TestCase): - @unittest.skip("Test not implemented yet") - def test_something(self): - self.assertEqual(True, False, "Test not implemented yet") - - -if __name__ == '__main__': - unittest.main() diff --git a/unittests/scp_tests/test_scp_iptag_info_request.py b/unittests/scp_tests/test_scp_iptag_info_request.py deleted file mode 100644 index d632dfed..00000000 --- a/unittests/scp_tests/test_scp_iptag_info_request.py +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright (c) 2017-2019 The University of Manchester -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . - -import unittest - - -class MyTestCase(unittest.TestCase): - - @unittest.skip("Test not implemented yet") - def test_something(self): - self.assertEqual(True, False, "Test not implemented yet") - - -if __name__ == '__main__': - unittest.main() diff --git a/unittests/scp_tests/test_scp_iptag_info_response.py b/unittests/scp_tests/test_scp_iptag_info_response.py deleted file mode 100644 index d632dfed..00000000 --- a/unittests/scp_tests/test_scp_iptag_info_response.py +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright (c) 2017-2019 The University of Manchester -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . - -import unittest - - -class MyTestCase(unittest.TestCase): - - @unittest.skip("Test not implemented yet") - def test_something(self): - self.assertEqual(True, False, "Test not implemented yet") - - -if __name__ == '__main__': - unittest.main() diff --git a/unittests/scp_tests/test_scp_link_request.py b/unittests/scp_tests/test_scp_link_request.py deleted file mode 100644 index d632dfed..00000000 --- a/unittests/scp_tests/test_scp_link_request.py +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright (c) 2017-2019 The University of Manchester -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . - -import unittest - - -class MyTestCase(unittest.TestCase): - - @unittest.skip("Test not implemented yet") - def test_something(self): - self.assertEqual(True, False, "Test not implemented yet") - - -if __name__ == '__main__': - unittest.main() diff --git a/unittests/scp_tests/test_scp_link_response.py b/unittests/scp_tests/test_scp_link_response.py deleted file mode 100644 index d632dfed..00000000 --- a/unittests/scp_tests/test_scp_link_response.py +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright (c) 2017-2019 The University of Manchester -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . - -import unittest - - -class MyTestCase(unittest.TestCase): - - @unittest.skip("Test not implemented yet") - def test_something(self): - self.assertEqual(True, False, "Test not implemented yet") - - -if __name__ == '__main__': - unittest.main() diff --git a/unittests/scp_tests/test_scp_read_memory_request.py b/unittests/scp_tests/test_scp_read_memory_request.py deleted file mode 100644 index d632dfed..00000000 --- a/unittests/scp_tests/test_scp_read_memory_request.py +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright (c) 2017-2019 The University of Manchester -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . - -import unittest - - -class MyTestCase(unittest.TestCase): - - @unittest.skip("Test not implemented yet") - def test_something(self): - self.assertEqual(True, False, "Test not implemented yet") - - -if __name__ == '__main__': - unittest.main() diff --git a/unittests/scp_tests/test_scp_read_memory_response.py b/unittests/scp_tests/test_scp_read_memory_response.py deleted file mode 100644 index d632dfed..00000000 --- a/unittests/scp_tests/test_scp_read_memory_response.py +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright (c) 2017-2019 The University of Manchester -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . - -import unittest - - -class MyTestCase(unittest.TestCase): - - @unittest.skip("Test not implemented yet") - def test_something(self): - self.assertEqual(True, False, "Test not implemented yet") - - -if __name__ == '__main__': - unittest.main() diff --git a/unittests/scp_tests/test_scp_router_alloc_request.py b/unittests/scp_tests/test_scp_router_alloc_request.py deleted file mode 100644 index d632dfed..00000000 --- a/unittests/scp_tests/test_scp_router_alloc_request.py +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright (c) 2017-2019 The University of Manchester -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . - -import unittest - - -class MyTestCase(unittest.TestCase): - - @unittest.skip("Test not implemented yet") - def test_something(self): - self.assertEqual(True, False, "Test not implemented yet") - - -if __name__ == '__main__': - unittest.main() diff --git a/unittests/scp_tests/test_scp_router_alloc_response.py b/unittests/scp_tests/test_scp_router_alloc_response.py deleted file mode 100644 index d632dfed..00000000 --- a/unittests/scp_tests/test_scp_router_alloc_response.py +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright (c) 2017-2019 The University of Manchester -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . - -import unittest - - -class MyTestCase(unittest.TestCase): - - @unittest.skip("Test not implemented yet") - def test_something(self): - self.assertEqual(True, False, "Test not implemented yet") - - -if __name__ == '__main__': - unittest.main() diff --git a/unittests/threads_tests/scp_message_thread.py b/unittests/threads_tests/scp_message_thread.py deleted file mode 100644 index 9ba35201..00000000 --- a/unittests/threads_tests/scp_message_thread.py +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright (c) 2017-2019 The University of Manchester -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . - -import unittest - - -class MyTestCase(unittest.TestCase): - @unittest.skip("testing skipping") - def test_something(self): - self.assertEqual(True, False, "Test not implemented yet") - - -if __name__ == '__main__': - unittest.main() diff --git a/unittests/threads_tests/test_get_iptags_thread.py b/unittests/threads_tests/test_get_iptags_thread.py deleted file mode 100644 index 63dece38..00000000 --- a/unittests/threads_tests/test_get_iptags_thread.py +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright (c) 2017-2019 The University of Manchester -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . - -import unittest - - -class MyTestCase(unittest.TestCase): - @unittest.skip("Test not implemented yet") - def test_something(self): - self.assertEqual(True, False, "Test not implemented yet") - - -if __name__ == '__main__': - unittest.main() diff --git a/unittests/threads_tests/test_iobuf_thread.py b/unittests/threads_tests/test_iobuf_thread.py deleted file mode 100644 index 63dece38..00000000 --- a/unittests/threads_tests/test_iobuf_thread.py +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright (c) 2017-2019 The University of Manchester -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . - -import unittest - - -class MyTestCase(unittest.TestCase): - @unittest.skip("Test not implemented yet") - def test_something(self): - self.assertEqual(True, False, "Test not implemented yet") - - -if __name__ == '__main__': - unittest.main()