X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=scripts%2Fmustpass.py;h=5d5b8045cf08a2816021efe02d7c3b327a438c52;hb=8c47d1335cb7dca2d3de1dc1c6dad9dd50e1c01a;hp=5d4a92c9ef237e6537ad5bffec1676aecf71204a;hpb=1461f4c6c3eda411f617719191192a556e8cd33f;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")