Skip to content

Commit 6dafc6a

Browse files
Merge pull request #904 from fyanac/tobiko_adoption
copy keys from undercloud for tobiko and add image for new iperf test
2 parents 1084331 + f13d63a commit 6dafc6a

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
@@ -154,6 +154,8 @@
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 }}"
@@ -164,3 +166,7 @@
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/

0 commit comments

Comments
 (0)