X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=scripts%2Fmustpass.py;h=5d5b8045cf08a2816021efe02d7c3b327a438c52;hb=a60033dd24a924338d7a567045f165442e6a17b0;hp=5d4a92c9ef237e6537ad5bffec1676aecf71204a;hpb=e7e9f03ac18fac72acdc8db0a4ed875038f9ff76;p=platform%2Fupstream%2FVK-GL-CTS.git diff --git a/scripts/mustpass.py b/scripts/mustpass.py index 5d4a92c..5d5b804 100644 --- a/scripts/mustpass.py +++ b/scripts/mustpass.py @@ -305,6 +305,9 @@ def genAndroidTestXml (mustpass): RUNNER_CLASS = "com.drawelements.deqp.runner.DeqpTestRunner" configElement = ElementTree.Element("configuration") + # add in metadata option for component name + ElementTree.SubElement(configElement, "option", name="config-descriptor:metadata", key="component", value="deqp") + for package in mustpass.packages: for config in package.configurations: testElement = ElementTree.SubElement(configElement, "test")