X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=tests%2FXtesting%2FINSTALL.txt;fp=tests%2FXtesting%2FINSTALL.txt;h=eb47e85e38423d01a94e5028958b67c140c8b58b;hb=1a5794a34beada2a2e69b9d46f933f2a286774e9;hp=eb922f0382d7096535a3657f557a06a1294aed0b;hpb=b83c844bfa881465108c190acdcb2e6b226fa8d4;p=transportpce.git diff --git a/tests/Xtesting/INSTALL.txt b/tests/Xtesting/INSTALL.txt index eb922f038..eb47e85e3 100644 --- a/tests/Xtesting/INSTALL.txt +++ b/tests/Xtesting/INSTALL.txt @@ -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