diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-03-21 13:47:36 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-03-21 13:47:36 +0100 |
commit | 39511d8576f49b578882757fcc1e33a4bb2c9832 (patch) | |
tree | 2d56bc86c96053ea3b097a413dd5ea01fc664d4d /ansible | |
parent | 8bfdc8569b9eaffb96562e7753423d3ded218ed4 (diff) |
Add sig_instrumentation
It runs sig-instrumentation tests which are not included in K8s conformance.
It adds 6 single tests.
Change-Id: Ic320f3bc7daed0aa2846a7ea672f13f3bec45f12
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'ansible')
-rw-r--r-- | ansible/site.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ansible/site.yml b/ansible/site.yml index c4b688fb..d3a1c057 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -18,6 +18,7 @@ - sig_apps - sig_auth - sig_cli + - sig_instrumentation - sig_network - sig_network_features - sig_scheduling |