f"req1: prefix_len: {prefix_len}, allocator swa available size: {allocator.swa_available_size()}, full available size: {allocator.full_available_size()}"
)
...
...
@@ -121,7 +130,7 @@ class TestSWA(unittest.TestCase):
f"req2: prefix_len: {prefix_len}, allocator swa available size: {allocator.swa_available_size()}, full available size: {allocator.full_available_size()}"
)
...
...
@@ -130,7 +139,7 @@ class TestSWA(unittest.TestCase):
f"req3: prefix_len: {prefix_len}, allocator swa available size: {allocator.swa_available_size()}, full available size: {allocator.full_available_size()}"
)
...
...
@@ -139,7 +148,7 @@ class TestSWA(unittest.TestCase):
f"req4: prefix_len: {prefix_len}, allocator swa available size: {allocator.swa_available_size()}, full available size: {allocator.full_available_size()}"
)
...
...
@@ -161,21 +170,23 @@ class TestSWA(unittest.TestCase):