Added table results for multi-station-performance test-cases

Signed-off-by: tarun-candela <tarunkumar.madabathula@candelatech.com>
This commit is contained in:
tarun-candela
2022-12-03 01:50:45 +05:30
committed by karthikaeyetea
parent 5027c7a96b
commit d654f3414f
3 changed files with 3 additions and 3 deletions

View File

@@ -2084,4 +2084,4 @@ class TestMultiStaPerfBridge(object):
name="Test_results")
print("Test failed due to lesser value")
assert False, "Test failed due to lesser value"
print("Test Completed... Cleaning up Stations")
print("Test Completed... Cleaning up Stations")

View File

@@ -2126,4 +2126,4 @@ class TestMultiStaPerfNat(object):
name="Test_results")
print("Test failed due to lesser value")
assert False, "Test failed due to lesser value"
print("Test Completed... Cleaning up Stations")
print("Test Completed... Cleaning up Stations")

View File

@@ -2093,4 +2093,4 @@ class TestMultiStaPerfVlan(object):
name="Test_results")
print("Test failed due to lesser value")
assert False
print("Test Completed... Cleaning up Stations")
print("Test Completed... Cleaning up Stations")