| opends/tests/system-tests/phases/installation/installation_opends.xml | ●●●●● patch | view | raw | blame | history |
opends/tests/system-tests/phases/installation/installation_opends.xml
@@ -273,6 +273,7 @@ } </call> <call function="'writeEndTagStep'">{ 'fileFd' : fileFd}</call> </sequence> @@ -394,6 +395,7 @@ </process> <!--== Parse and store the outputs returned by the CLI ==--> <script> try: instanceInfos = STAXResult[0][1].split('\n') version = instanceInfos[0].replace("OpenDS Directory Server ","") @@ -422,6 +424,11 @@ instance.setJavaVersion(jvm) instance.setBuildId(build) instance.setOs(os) except: instance.setJavaVersion(NOT_DEFINED) instance.setBuildId(NOT_DEFINED) instance.setOs(NOT_DEFINED) </script> </sequence> </function>