Execute test_efi_helloworld_net_http
Signed-off-by: Adriano Cordova <[email protected]>
---
v2:
- remove --httpserver option
test/py/tests/test_efi_loader.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/py/tests/test_efi_loader.py b/test/py/tests/test_efi_loader.py
index 91f151d09cd..e19920b4fce 100644
--- a/test/py/tests/test_efi_loader.py
+++ b/test/py/tests/test_efi_loader.py
@@ -195,7 +195,7 @@ def test_efi_helloworld_net_http(ubman):
Call the do_test_efi_helloworld_net function to execute the test via HTTP.
"""
- if ubman.config.env.get('env__efi_helloworld_net_http_test_skip', True):
+ if ubman.config.env.get('env__efi_helloworld_net_http_test_skip', False):
pytest.skip('helloworld.efi HTTP test is not enabled!')
do_test_efi_helloworld_net(ubman, PROTO_HTTP);
--
2.48.1