Add a workaround note to Xtesting INSTALL.txt
[transportpce.git] / tests / Xtesting / INSTALL.txt
index eb922f0382d7096535a3657f557a06a1294aed0b..eb47e85e38423d01a94e5028958b67c140c8b58b 100644 (file)
@@ -10,6 +10,9 @@ virtualenv xtesting -p python3 --system-site-packages
 . xtesting/bin/activate
 pip install ansible
 ansible-galaxy install collivier.xtesting
+## Until https://github.com/collivier/ansible-role-xtesting/pull/19 is fixed, the following command
+## or any equivalent must be performed so that the playbook correctly performs Jenkins configuration
+## sed -i_ 's/port\:{/port: {/' ~/.ansible/roles/collivier.xtesting/templates/run.yaml.j2
 ansible-galaxy collection install ansible.posix community.general community.grafana community.kubernetes community.docker community.postgresql
 ansible-playbook site.yml
 deactivate