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 154154 interface = public
155155 [neutron]
156156 custom_mtu_size = 1292
157+ [podified]
158+ iperf3_image: 'quay.io/skaplons/iperf3:latest'
157159 ansible.builtin.copy :
158160 mode : a+r
159161 content : " {{ tobiko_conf_file }}"
164166 ansible.builtin.shell :
165167 chdir : ~/src/x/tobiko/
166168 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'"
169+
170+ - name : copy keys from undercloud for tobiko
171+ ansible.builtin.shell : |
172+ 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