From: Ivan Hrasko Date: Tue, 19 Jun 2018 12:56:20 +0000 (+0200) Subject: SXP-131: Robot reports negative periods of time X-Git-Tag: pre-potassium~735 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;ds=sidebyside;h=2b5d6684bf027deea46ef054a975841c113d4e2f;p=integration%2Ftest.git SXP-131: Robot reports negative periods of time - improve logging - get number of exported bindings after all bindings are successfully exported Change-Id: Ia7babb656acf3159caf92d96b7f9177ebe3b5cf0 Signed-off-by: Ivan Hrasko --- diff --git a/csit/suites/sxp/performance/020_BindingExportTests.robot b/csit/suites/sxp/performance/020_BindingExportTests.robot index a49beb71ca..2d35832e7e 100644 --- a/csit/suites/sxp/performance/020_BindingExportTests.robot +++ b/csit/suites/sxp/performance/020_BindingExportTests.robot @@ -157,6 +157,7 @@ Simple Export \ ${ELEMENT} Wait Until Keyword Succeeds 120 1 Check Bindings Exported \ Append To List ${ITEMS} ${ELEMENT} \ Test Clean + Log ${ITEMS} ${export_speed} Get Average Of Items ${ITEMS} [Return] ${export_speed} @@ -171,17 +172,20 @@ Forwarding Export \ ${ELEMENT} Wait Until Keyword Succeeds 360 1 Check Bindings Exported \ Append To List ${ITEMS} ${ELEMENT} \ Test Clean + Log ${ITEMS} ${export_speed} Get Average Of Items ${ITEMS} [Return] ${export_speed} Check Bindings Exported [Documentation] Checking if bindings were exported and return export speed ${all_exported} ExportLibrary.All Exported + Should Be True ${all_exported} ${bindings_exported} ExportLibrary.Get Bindings Exchange Count Log ${bindings_exported} - Should Be True ${all_exported} ${export_time} ExportLibrary.Get Export Time + Log ${export_time} ${export_speed} Evaluate ${bindings_exported}/${export_time} + Log ${export_speed} [Return] ${export_speed} Setup Filter