Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ tcib_envs:
tcib_actions:
- run: bash /usr/local/bin/uid_gid_manage {{ tcib_user }}
- run: dnf -y install {{ tcib_packages['common'] | join(' ') }} && dnf clean all && rm -rf /var/cache/dnf
- run: if [ -n '{{ tcib_tempest_enable_wntp }}' ] then dnf -y install python-whitebox-neutron-tests-tempest && dnf clean all && rm -rf /var/cache/dnf; fi
- run: cp /usr/share/tcib/container-images/tcib/base/os/tempest/tempest_sudoers /etc/sudoers.d/tempest_sudoers
- run: chmod 440 /etc/sudoers.d/tempest_sudoers
- run: mkdir -p /var/lib/tempest/external_files
Expand Down