From dea217c12c4415dfa92a338fc7cc0e6d9a35f05f Mon Sep 17 00:00:00 2001 From: JanLJL Date: Wed, 11 Nov 2020 14:04:07 +0100 Subject: [PATCH] fixed test after changing TP value of instruction --- tests/test_kerncraftAPI.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/test_kerncraftAPI.py b/tests/test_kerncraftAPI.py index 06621d4..4a1ef6b 100755 --- a/tests/test_kerncraftAPI.py +++ b/tests/test_kerncraftAPI.py @@ -59,11 +59,11 @@ class TestKerncraftAPI(unittest.TestCase): self.assertEqual(kapi.get_unmatched_instruction_ratio(), 0.0) port_occupation = OrderedDict( [ - ('0', 34.0), + ('0', 32.0), ('0DV', 0.0), - ('1', 34.0), + ('1', 32.0), ('1DV', 0.0), - ('2', 2.0), + ('2', 7.0), ('3', 64.0), ('4', 64.0), ('5', 32.0),