Skip to content

Commit f13d63a

Browse files
committed
copy keys from undercloud for tobiko and add image for new iperf test
1 parent ab4e9bf commit f13d63a

File tree

1 file changed

+6
-0
lines changed
  • tests/roles/development_environment/tasks

1 file changed

+6
-0
lines changed

tests/roles/development_environment/tasks/main.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@
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 }}"
@@ -150,3 +152,7 @@
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/

0 commit comments

Comments
 (0)