From bbab5870d20823e69f8ec7afe613b54024bbeef2 Mon Sep 17 00:00:00 2001 From: Murali-P Date: Tue, 14 Feb 2017 18:58:53 +0530 Subject: Update UT Test cases Resolved:VNFSDK-21 Function test base code Change-Id: I5183351c63d11924e576c51cb748c6c14a32bfdb Signed-off-by: Murali-P --- .../functest/resource/CommonManagerTest.java | 2 +- .../59d1e651-df9f-4008-902f-e3b377e6ec30/log.html | 2109 +++++++++++++++++ .../output.xml | 30 + .../report.html | 2398 ++++++++++++++++++++ 4 files changed, 4538 insertions(+), 1 deletion(-) create mode 100644 vnf-sdk-function-test/src/test/resources/59d1e651-df9f-4008-902f-e3b377e6ec30/log.html create mode 100644 vnf-sdk-function-test/src/test/resources/59d1e651-df9f-4008-902f-e3b377e6ec30/output.xml create mode 100644 vnf-sdk-function-test/src/test/resources/59d1e651-df9f-4008-902f-e3b377e6ec30/report.html (limited to 'vnf-sdk-function-test/src/test') diff --git a/vnf-sdk-function-test/src/test/java/org/openo/vnfsdk/functest/resource/CommonManagerTest.java b/vnf-sdk-function-test/src/test/java/org/openo/vnfsdk/functest/resource/CommonManagerTest.java index 97432b0..9336abf 100644 --- a/vnf-sdk-function-test/src/test/java/org/openo/vnfsdk/functest/resource/CommonManagerTest.java +++ b/vnf-sdk-function-test/src/test/java/org/openo/vnfsdk/functest/resource/CommonManagerTest.java @@ -49,7 +49,7 @@ public class CommonManagerTest { @Test public void testQueryResultWhenInstanceIdPresent() { - Response response = commonManger.queryResultByFuncTest(instanceId); + Response response = commonManger.queryResultByFuncTest("59d1e651-df9f-4008-902f-e3b377e6ec30"); assertNotNull(response); } diff --git a/vnf-sdk-function-test/src/test/resources/59d1e651-df9f-4008-902f-e3b377e6ec30/log.html b/vnf-sdk-function-test/src/test/resources/59d1e651-df9f-4008-902f-e3b377e6ec30/log.html new file mode 100644 index 0000000..93a9650 --- /dev/null +++ b/vnf-sdk-function-test/src/test/resources/59d1e651-df9f-4008-902f-e3b377e6ec30/log.html @@ -0,0 +1,2109 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Opening Robot Framework log failed

+
    +
  • Verify that you have JavaScript enabled in your browser.
  • +
  • Make sure you are using a modern enough browser. Firefox 3.5, IE 8, or equivalent is required, newer browsers are recommended.
  • +
  • Check are there messages in your browser's JavaScript error log. Please report the problem if you suspect you have encountered a bug.
  • +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/vnf-sdk-function-test/src/test/resources/59d1e651-df9f-4008-902f-e3b377e6ec30/output.xml b/vnf-sdk-function-test/src/test/resources/59d1e651-df9f-4008-902f-e3b377e6ec30/output.xml new file mode 100644 index 0000000..eaeb63e --- /dev/null +++ b/vnf-sdk-function-test/src/test/resources/59d1e651-df9f-4008-902f-e3b377e6ec30/output.xml @@ -0,0 +1,30 @@ + + + + + +Logs the given message with the given level. + +HelloWorld + +HelloWorld + + + + + + + + +Critical Tests +All Tests + + + + +Sample + + + + + diff --git a/vnf-sdk-function-test/src/test/resources/59d1e651-df9f-4008-902f-e3b377e6ec30/report.html b/vnf-sdk-function-test/src/test/resources/59d1e651-df9f-4008-902f-e3b377e6ec30/report.html new file mode 100644 index 0000000..227e030 --- /dev/null +++ b/vnf-sdk-function-test/src/test/resources/59d1e651-df9f-4008-902f-e3b377e6ec30/report.html @@ -0,0 +1,2398 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Opening Robot Framework report failed

+
    +
  • Verify that you have JavaScript enabled in your browser.
  • +
  • Make sure you are using a modern enough browser. Firefox 3.5, IE 8, or equivalent is required, newer browsers are recommended.
  • +
  • Check are there messages in your browser's JavaScript error log. Please report the problem if you suspect you have encountered a bug.
  • +
+
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit 1.2.3-korg