File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
tests/roles/development_environment/tasks Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 140140 interface = public
141141 [neutron]
142142 custom_mtu_size = 1292
143+ [podified]
144+ iperf3_image: 'quay.io/skaplons/iperf3:latest'
143145 ansible.builtin.copy :
144146 mode : a+r
145147 content : " {{ tobiko_conf_file }}"
150152 ansible.builtin.shell :
151153 chdir : ~/src/x/tobiko/
152154 cmd : ansible-playbook tobiko-playbook.yaml -e test_workflow=create-resources -e pytest_addopts_global="--skipregex='TestFloatingIPLogging|ExtraDhcpOptsPortLoggingTest|NoFipPortTest|StatelessSecurityGroupInstanceTest|StatelessSecurityGroupTest|migrate_server|qos|create_share|extend_share'"
155+
156+ - name : copy keys from undercloud for tobiko
157+ ansible.builtin.shell : |
158+ mkdir -p ~/ci-framework-data/tests/test_operator; scp -r ${OS_CLOUD_IP}:~/.ssh/id_ecdsa* ~/ci-framework-data/tests/test_operator/
You can’t perform that action at this time.
0 commit comments