try native travis test #7

This commit is contained in:
Olof hagsand 2020-11-29 23:26:24 +01:00
parent 3bbdc3cac8
commit 632314364b

View file

@ -60,3 +60,15 @@ sudo useradd -M -U clicon;
sudo usermod -a -G clicon $(whoami); # start clixon tests as this users
sudo usermod -a -G clicon $wwwuser;
# This is a clixon site test file.
# Add to skiplist:
# - all 3rd party model testing (you need to download the repos)
# - test_install.sh since you dont have the make environment
# - test_order.sh XXX this is a bug need debugging
cat <<EOF > /usr/local/bin/test/site.sh
# Add your local site specific env variables (or tests) here.
SKIPLIST="test_api.sh test_c++.sh test_yangmodels.sh test_openconfig.sh test_install.sh test_privileges.sh"
#IETFRFC=
IPv6=true
NGINXCHECK=false
EOF