lisa
lisa copied to clipboard
junit: Add properties to the JUnit.xml file
- In case of CVM test cases, we need the information about
vmsizeanddisk_encryptionstatus 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
informationin theTestResultMessageBaseclass. - In future, this method can also be used to add more properties to the Junit file if required