From f36958a959064cb3f1c8ab47fd28ce9bf2727ca6 Mon Sep 17 00:00:00 2001 From: "ying.yunlong" Date: Wed, 13 Sep 2017 11:01:41 +0800 Subject: Add vfc-driver-gvnfm jujudriver csit Change-Id: Ic1a899f4669bf160c3f03316e931633ab31b0193 Issue-ID: VFC-349 Signed-off-by: ying.yunlong --- test/csit/tests/vfc/nfvo-driver-gvnfm/jujudriver.robot | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'test/csit/tests') diff --git a/test/csit/tests/vfc/nfvo-driver-gvnfm/jujudriver.robot b/test/csit/tests/vfc/nfvo-driver-gvnfm/jujudriver.robot index 8b1378917..d571ee91f 100644 --- a/test/csit/tests/vfc/nfvo-driver-gvnfm/jujudriver.robot +++ b/test/csit/tests/vfc/nfvo-driver-gvnfm/jujudriver.robot @@ -1 +1,16 @@ +*** settings *** +Library Collections +Library RequestsLibrary +Library simplejson +Library OperatingSystem +Library json +Library HttpLibrary.HTTP +*** Variables *** +@{return_ok_list}= 200 201 202 +${queryswagger_url} /openoapi/jujuvnfm/v1/swagger.json + +*** Test Cases *** +SwaggerFuncTest + [Documentation] query swagger info rest test + Should Be Equal 2.0 2.0 -- cgit 1.2.3-korg