X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=ansible%2Fsite.yml;h=a4a6d3f03ffbac8b74dc419ff834b894c68542ba;hb=dfa0f4d4a17e6985d3edc0ed5b9d56790fb2433d;hp=ae8042a693c4e387c1b85ea096aebd0f62c323f8;hpb=43d4ce6bd5d0778fb51b014d33a04afafa6a18bb;p=functest.git diff --git a/ansible/site.yml b/ansible/site.yml index ae8042a69..a4a6d3f03 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -10,18 +10,13 @@ - repo: _ dport: container: alpine - tag: 3.9 + tag: '3.11' steps: - name: build opnfv/functest-core containers: - name: functest-core ref_arg: BRANCH path: docker/core - - name: build opnfv/functest-tempest - containers: - - name: functest-tempest - ref_arg: BRANCH - path: docker/tempest - name: build containers containers: - name: functest-healthcheck @@ -36,9 +31,6 @@ - name: functest-vnf ref_arg: path: docker/vnf - - name: functest-features - ref_arg: BRANCH - path: docker/features suites: - container: functest-healthcheck tests: @@ -53,22 +45,28 @@ - vping_userdata - cinder_test - odl - - api_check - - snaps_health_check - tempest_smoke + - tempest_horizon - container: functest-smoke tests: - - neutron-tempest-plugin-api + - tempest_neutron + - tempest_cinder + - tempest_keystone + - tempest_heat + - tempest_telemetry - rally_sanity - - refstack_defcore + - refstack_compute + - refstack_object + - refstack_platform - tempest_full - tempest_scenario + - tempest_slow - patrole - - snaps_smoke - neutron_trunk - networking-bgpvpn - networking-sfc - barbican + - octavia - container: functest-benchmarking tests: - rally_full @@ -82,10 +80,5 @@ - heat_ims - vyos_vrouter - juju_epc - - container: functest-features - tests: - - doctor-notification - - functest-odl-sfc - - barometercollectd - - vgpu - - stor4nfv_os + properties: + execution-type: SEQUENTIALLY