try native travis test #7
This commit is contained in:
parent
3bbdc3cac8
commit
632314364b
1 changed files with 12 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue