From: Luis Gomez Date: Fri, 9 Oct 2015 00:37:53 +0000 (-0700) Subject: Add Netconf server ready test to netconf suite X-Git-Tag: release/lithium-sr3~112 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=integration%2Ftest.git;a=commitdiff_plain;h=f9fd73b2138342934dbb637450168713b1963d76 Add Netconf server ready test to netconf suite Change-Id: Ifee19d89c8212573d309f27bf75f514c8feeaa70 Signed-off-by: Luis Gomez --- diff --git a/csit/suites/controller/NETCONF/010__netconf_inventory.robot b/csit/suites/controller/NETCONF/010__netconf_inventory.robot index d8d12cf761..d14ee22ff9 100644 --- a/csit/suites/controller/NETCONF/010__netconf_inventory.robot +++ b/csit/suites/controller/NETCONF/010__netconf_inventory.robot @@ -1,5 +1,5 @@ *** Settings *** -Documentation Test suite for NETCONF +Documentation Test suite for NETCONF client Suite Setup Create Session session http://${CONTROLLER}:${RESTCONFPORT} auth=${AUTH} headers=${HEADERS_XML} Suite Teardown Delete All Sessions Library Collections diff --git a/csit/testplans/controller-netconf.txt b/csit/testplans/controller-netconf.txt index 6c5cd715d7..6c6a314d81 100644 --- a/csit/testplans/controller-netconf.txt +++ b/csit/testplans/controller-netconf.txt @@ -1,3 +1,4 @@ # Place the suites in run order: +integration/test/csit/suites/netconf/ready integration/test/csit/suites/controller/NETCONF