From d37aec7651013d1406fb873a19e8392339df7428 Mon Sep 17 00:00:00 2001 From: Olof hagsand Date: Tue, 26 Feb 2019 17:16:14 +0100 Subject: [PATCH] skip test_upgrade --- docker/system/startsystem.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/system/startsystem.sh b/docker/system/startsystem.sh index 01215ec8..e4c5f9db 100755 --- a/docker/system/startsystem.sh +++ b/docker/system/startsystem.sh @@ -49,7 +49,7 @@ EOF # This is a clixon site test file. Disable all model testing. cat < /usr/local/bin/test/site.sh # Add your local site specific env variables (or tests) here. -SKIPLIST="test_yangmodels.sh test_openconfig.sh test_install.sh test_order.sh test_startup.sh" +SKIPLIST="test_yangmodels.sh test_openconfig.sh test_install.sh test_order.sh test_startup.sh test_upgrade.sh" #IETFRFC= EOF