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