inheritance fixes

This commit is contained in:
Matthew Stidham
2021-01-18 13:12:27 -08:00
committed by Jed Reynolds
parent 1a52b10664
commit 4c0662180f
2 changed files with 406 additions and 340 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -264,6 +264,7 @@ python3 ./test_ipv4_variable_time.py
script_name='test_ipv4_variable_time', script_name='test_ipv4_variable_time',
show=show, show=show,
arguments=args) arguments=args)
print(ip_var_test.cx_profile.create())
ip_var_test.stop() ip_var_test.stop()
if not ip_var_test.passes(): if not ip_var_test.passes():
print(ip_var_test.get_fail_message()) print(ip_var_test.get_fail_message())