From 6674049b09d02fe0dc7e11e007e710643cdd49ca Mon Sep 17 00:00:00 2001 From: Romanos Skiadas Date: Tue, 14 Mar 2017 10:11:54 +0200 Subject: Fix most end-to-end issues with testcase 3 and reenable it - Make the test work end-to-end on Fuel - Use the instance log to verify quagga started - Don't attempt to check for peering, as that is for a future release - Use the external IP of the controller for peering - Fix not getting the output of OpenDaylight commands Change-Id: Ia7bb533ab65e0fca6b7f48bb64133f6d8f3ff8ae JIRA: SDNVPN-114 Signed-off-by: Romanos Skiadas --- sdnvpn/artifacts/quagga_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sdnvpn/artifacts/quagga_setup.sh') diff --git a/sdnvpn/artifacts/quagga_setup.sh b/sdnvpn/artifacts/quagga_setup.sh index 8a90198..1785f14 100644 --- a/sdnvpn/artifacts/quagga_setup.sh +++ b/sdnvpn/artifacts/quagga_setup.sh @@ -68,6 +68,6 @@ log file ${BGPD_LOG_FILE} end CATEOF chown quagga:quagga $BGPD_CONFIG_LOCATION - +service quagga restart pgrep bgpd pgrep zebra -- cgit 1.2.3-korg