Fix clixon test container to alpine 3.19

Affects make test and action regressions
Some issue with alpine 3.20, probably openssl 3.3 enforcing cert usage fields
This commit is contained in:
Olof hagsand 2024-05-28 16:40:25 +02:00
parent b8599558d4
commit a194c049c7
2 changed files with 3 additions and 3 deletions

View file

@ -58,7 +58,7 @@ echo "$STORE" > /usr/local/var/example/running_db
# - test_install.sh since you dont have the make environment
cat <<EOF > /usr/local/bin/test/site.sh
# Add your local site specific env variables (or tests) here.
SKIPLIST="test_api.sh test_client.sh test_c++.sh test_install.sh test_privileges.sh test_restconf_ssl_certs.sh"
SKIPLIST="test_api.sh test_client.sh test_c++.sh test_install.sh test_privileges.sh"
EOF
# Patch to override YANG_INSTALLDIRS