diff options
Diffstat (limited to 'ansible')
-rw-r--r-- | ansible/site.gate.yml | 1 | ||||
-rw-r--r-- | ansible/site.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/ansible/site.gate.yml b/ansible/site.gate.yml index 23df225f..e2883c39 100644 --- a/ansible/site.gate.yml +++ b/ansible/site.gate.yml @@ -59,6 +59,7 @@ - container: functest-kubernetes-benchmarking tests: - xrally_kubernetes_full + - netperf - container: functest-kubernetes-cnf tests: - k8s_vims diff --git a/ansible/site.yml b/ansible/site.yml index e48cdc99..092fa80a 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -44,6 +44,7 @@ - container: functest-kubernetes-benchmarking tests: - xrally_kubernetes_full + - netperf - container: functest-kubernetes-cnf tests: - k8s_vims |