From 7046925fc3a6deeb1400627a1169ac3465b46ce6 Mon Sep 17 00:00:00 2001 From: Olof hagsand Date: Mon, 15 Oct 2018 22:30:22 +0200 Subject: [PATCH] disable pub/sub test --- test/test_event.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_event.sh b/test/test_event.sh index b3aebb52..ceede45f 100755 --- a/test/test_event.sh +++ b/test/test_event.sh @@ -120,8 +120,8 @@ new "netconf EXAMPLE subscription with filter classifier" expectwait "$clixon_netconf -qf $cfg -y $fyang" "EXAMPLE]]>]]>" '^]]>]]>20' 5 fi -new "restconf monitor event stream RFC8040 Sec 6.3" -expectfn "curl -H \"Accept: text/event-stream\" -s -X GET http://localhost/streams/EXAMPLE" 0 '2018-10-14T14:17:50.875370faultEthernet0major' +#new "restconf monitor event stream RFC8040 Sec 6.3" +#expectfn "curl -H \"Accept: text/event-stream\" -s -X GET http://localhost/streams/EXAMPLE" 0 '2018-10-14T14:17:50.875370faultEthernet0major' new "Kill restconf daemon" sudo pkill -u www-data clixon_restconf