diff --git a/samples/net/http_client/sample.yaml b/samples/net/http_client/sample.yaml index 759f0981221..f76ce4f0c4e 100644 --- a/samples/net/http_client/sample.yaml +++ b/samples/net/http_client/sample.yaml @@ -1,12 +1,14 @@ +common: + harness: net + tags: net http sample: name: HTTP Client tests: test: - harness: net depends_on: netif - tags: net http test_bt: - harness: net extra_args: CONF_FILE="prj_bt.conf" platform_whitelist: qemu_x86 qemu_cortex_m3 - tags: net http + test_tls: + extra_args: CONF_FILE="prj_tls.conf" + platform_whitelist: qemu_x86 qemu_cortex_m3