Skip to content

Commit

Permalink
remove <2.14 versions form ansible sanity
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Jun 22, 2024
1 parent 9159b85 commit fad1567
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,6 @@ function remove-local-collection {
rm -rf ~/.ansible/collections/ansible_collections/nokia
}

# Install a netcommon dependency in case ansible-core is installed.
function install-netcommon {
ansible-galaxy collection install --force ansible.netcommon:==4.1.0
}

# Deploy test lab.
function deploy-lab {
Expand Down Expand Up @@ -94,7 +90,7 @@ function revert-to-checkpoint {
function copy-sanity-ignore {
_cdTests
cd sanity
for version in 2.11 2.12 2.13 2.14; do
for version in 2.14; do
cp ignore-2.10.txt ignore-${version}.txt
done
}
Expand Down Expand Up @@ -277,6 +273,7 @@ function test-commit-confirm {
# Shouldn't be called directly, use test or ci-test instead.
# Meant to define the collection of tests to run.
function _run-tests {
sleep 10
test-auth-fail "$@"
test-get-container "$@"
test-config-backup "$@"
Expand Down

0 comments on commit fad1567

Please sign in to comment.