Add a FIXME to mdsal binding suite 60/53960/3
authorVratko Polak <vrpolak@cisco.com>
Tue, 28 Mar 2017 15:11:45 +0000 (17:11 +0200)
committerJamo Luhrsen <jluhrsen@redhat.com>
Tue, 28 Mar 2017 20:48:59 +0000 (20:48 +0000)
+ Also, folder should not end with slash.

Change-Id: I7b36d4469b40e34ebb905c0285f7b4307704b7db
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
csit/suites/mdsal/binding_v1/binding-parent.robot

index f84e699a845017c768600b71c62bab098a936634..ef2535e0069ae4278a1d8a5aba3fdbf61e7d2cff 100644 (file)
@@ -17,6 +17,11 @@ Documentation     Suite for testing performance of Java binding v1 using binding
 ...               Known Bugs: 6125, 6135, 6141, 2323, 6150, 2360, 138, 6172, 6180, 6183, 5772, 6189.
 ...
 ...               The suite performs installation of Maven, optionally with building patched artifacts.
+...
+...               FIXME: This suite does not work when run with URL from Autorelease.
+...               The thing is, mdsal-parent is not part of .zip distribution.
+...               The fix would need to override the usual maven settings,
+...               as Autorelease artifacts have non-snapshot versions, but they are not released yet.
 Suite Setup       Setup_Suite
 Test Setup        SetupUtils.Setup_Test_With_Logging_And_Fast_Failing
 Test Teardown     Teardown_Test
@@ -56,7 +61,7 @@ Prepare_Yang_Files_To_Test
 
 Run_Maven
     [Documentation]    Create pom file with correct version and run maven with some performance switches.
-    ${final_pom} =    TemplatedRequests.Resolve_Text_From_Template_File    folder=${CURDIR}/../../../variables/mdsal/binding_v1/    file_name=binding_template.xml    mapping={"BINDING_PARENT_VERSION":"${binding_parent_version}"}
+    ${final_pom} =    TemplatedRequests.Resolve_Text_From_Template_File    folder=${CURDIR}/../../../variables/mdsal/binding_v1    file_name=binding_template.xml    mapping={"BINDING_PARENT_VERSION":"${binding_parent_version}"}
     SSHKeywords.Execute_Command_At_Cwd_Should_Pass    echo '${final_pom}' > '${POM_FILENAME}'
     NexusKeywords.Run_Maven    pom_file=${POM_FILENAME}    log_file=${MAVEN_OUTPUT_FILENAME}
     # TODO: Figure out patters to identify various known Bug symptoms.