From 1cd6d37fa14f7aba8a0399cb575666bde7c60b61 Mon Sep 17 00:00:00 2001 From: Olof hagsand Date: Tue, 1 Dec 2020 14:07:46 +0100 Subject: [PATCH] test copy yang from /usr/local/share --- test/test_restconf.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_restconf.sh b/test/test_restconf.sh index 067090a5..4612da0c 100755 --- a/test/test_restconf.sh +++ b/test/test_restconf.sh @@ -23,8 +23,8 @@ APPNAME=example cfg=$dir/conf.xml # clixon-example and clixon-restconf is used, copy here -cp ../example/main/clixon-example@2020-03-11.yang $dir/ -cp ../yang/clixon/clixon-restconf@2020-10-30.yang $dir/ +cp /usr/local/share/clixon/clixon-example@2020-03-11.yang $dir/ +cp /usr/local/share/clixon/clixon-restconf@2020-10-30.yang $dir/ cat < $cfg