From 576bba13b876e9493c61751c9dd73868a5180f68 Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Fri, 15 Nov 2019 14:12:27 +0000 Subject: [PATCH] Machine Gun mode enaged to delete 22 duplicate copies of turd! --- unittests/model_tests/test_chip_info.py | 27 ------------------ unittests/model_tests/test_cpu_info.py | 27 ------------------ .../scp_tests/test_count_state_request.py | 28 ------------------- .../scp_tests/test_iptag_clear_request.py | 27 ------------------ unittests/scp_tests/test_iptag_set_request.py | 27 ------------------ .../test_scp_application_run_request.py | 27 ------------------ .../test_scp_flood_fill_data_request.py | 27 ------------------ .../test_scp_flood_fill_end_request.py | 27 ------------------ .../test_scp_flood_fill_start_request.py | 27 ------------------ .../scp_tests/test_scp_iptag_get_request.py | 27 ------------------ .../scp_tests/test_scp_iptag_get_response.py | 27 ------------------ .../scp_tests/test_scp_iptag_info_request.py | 27 ------------------ .../scp_tests/test_scp_iptag_info_response.py | 27 ------------------ unittests/scp_tests/test_scp_link_request.py | 27 ------------------ unittests/scp_tests/test_scp_link_response.py | 27 ------------------ .../scp_tests/test_scp_read_memory_request.py | 27 ------------------ .../test_scp_read_memory_response.py | 27 ------------------ .../test_scp_router_alloc_request.py | 27 ------------------ .../test_scp_router_alloc_response.py | 27 ------------------ unittests/threads_tests/scp_message_thread.py | 26 ----------------- .../threads_tests/test_get_iptags_thread.py | 26 ----------------- unittests/threads_tests/test_iobuf_thread.py | 26 ----------------- 22 files changed, 592 deletions(-) delete mode 100644 unittests/model_tests/test_chip_info.py delete mode 100644 unittests/model_tests/test_cpu_info.py delete mode 100644 unittests/scp_tests/test_count_state_request.py delete mode 100644 unittests/scp_tests/test_iptag_clear_request.py delete mode 100644 unittests/scp_tests/test_iptag_set_request.py delete mode 100644 unittests/scp_tests/test_scp_application_run_request.py delete mode 100644 unittests/scp_tests/test_scp_flood_fill_data_request.py delete mode 100644 unittests/scp_tests/test_scp_flood_fill_end_request.py delete mode 100644 unittests/scp_tests/test_scp_flood_fill_start_request.py delete mode 100644 unittests/scp_tests/test_scp_iptag_get_request.py delete mode 100644 unittests/scp_tests/test_scp_iptag_get_response.py delete mode 100644 unittests/scp_tests/test_scp_iptag_info_request.py delete mode 100644 unittests/scp_tests/test_scp_iptag_info_response.py delete mode 100644 unittests/scp_tests/test_scp_link_request.py delete mode 100644 unittests/scp_tests/test_scp_link_response.py delete mode 100644 unittests/scp_tests/test_scp_read_memory_request.py delete mode 100644 unittests/scp_tests/test_scp_read_memory_response.py delete mode 100644 unittests/scp_tests/test_scp_router_alloc_request.py delete mode 100644 unittests/scp_tests/test_scp_router_alloc_response.py delete mode 100644 unittests/threads_tests/scp_message_thread.py delete mode 100644 unittests/threads_tests/test_get_iptags_thread.py delete mode 100644 unittests/threads_tests/test_iobuf_thread.py diff --git a/unittests/model_tests/test_chip_info.py b/unittests/model_tests/test_chip_info.py deleted file mode 100644 index d632dfede..000000000 --- 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 d632dfede..000000000 --- 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 f09986102..000000000 --- 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 d632dfede..000000000 --- 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 d632dfede..000000000 --- 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 d632dfede..000000000 --- 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 d632dfede..000000000 --- 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 d632dfede..000000000 --- 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 d632dfede..000000000 --- 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 d632dfede..000000000 --- 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 4e34ca61a..000000000 --- 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 d632dfede..000000000 --- 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 d632dfede..000000000 --- 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 d632dfede..000000000 --- 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 d632dfede..000000000 --- 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 d632dfede..000000000 --- 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 d632dfede..000000000 --- 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 d632dfede..000000000 --- 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 d632dfede..000000000 --- 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 9ba35201d..000000000 --- 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 63dece38f..000000000 --- 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 63dece38f..000000000 --- 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()