lisa icon indicating copy to clipboard operation
lisa copied to clipboard

junit: Add properties to the JUnit.xml file

Open Ankita13-code opened this issue 9 months ago • 0 comments

  • In case of CVM test cases, we need the information about vmsize and disk_encryption status in the JUnit.xml file for testing it on different combinations.
  • This PR adds these values to the JUnit.xml file in the form of system properties by extracting it from the information in the TestResultMessageBase class.
  • In future, this method can also be used to add more properties to the Junit file if required

Ankita13-code avatar Mar 10 '25 12:03 Ankita13-code