tests: Fix http static test failing on retry 50/39850/2
authoradrianvillin <avillin@cisco.com>
Wed, 8 Nov 2023 14:17:14 +0000 (15:17 +0100)
committerDave Wallace <dwallacelf@gmail.com>
Wed, 8 Nov 2023 20:36:49 +0000 (20:36 +0000)
commit098ee3aaf1747feb913a42ada4b61868a0d5f644
tree452b08b1cbd9d2323a280f1541a034f66a39ac66
parente59761f721f8a667a03e0c505b287bf69c47b532
tests: Fix http static test failing on retry

- test_http_static.py: If namespace creation fails, try to delete the namespace and create it again
- vpp_qemu_utils.py: Added "isinstance()" to "delete_namespace()" to match "create_namespace()"

Type: test

Change-Id: I88ff7a36f5d52816fee16283efba6af025496491
Signed-off-by: adrianvillin <avillin@cisco.com>
test/asf/test_http_static.py
test/vpp_qemu_utils.py