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 68c868c3..13197cf0 100644 --- a/ansible/site.gate.yml +++ b/ansible/site.gate.yml @@ -56,6 +56,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 27c4e2f3..5acf6893 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -41,6 +41,7 @@ - container: functest-kubernetes-benchmarking tests: - xrally_kubernetes_full + - netperf - container: functest-kubernetes-cnf tests: - k8s_vims |