From f9fd73b2138342934dbb637450168713b1963d76 Mon Sep 17 00:00:00 2001 From: Luis Gomez Date: Thu, 8 Oct 2015 17:37:53 -0700 Subject: [PATCH] Add Netconf server ready test to netconf suite Change-Id: Ifee19d89c8212573d309f27bf75f514c8feeaa70 Signed-off-by: Luis Gomez --- csit/suites/controller/NETCONF/010__netconf_inventory.robot | 2 +- csit/testplans/controller-netconf.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- 2.36.6