From: Alexander Galazin Date: Mon, 22 Feb 2021 09:14:11 +0000 (+0100) Subject: Update Vulkan/GL Readme X-Git-Tag: upstream/1.3.5~436^2~9^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cdf7014b4bcecc17be7abe71ab604cd82f830d19;p=platform%2Fupstream%2FVK-GL-CTS.git Update Vulkan/GL Readme Update the Readme files to point to the new submission verifcation script Components: Vulkan, OpenGL Change-Id: I6fb35a383fcc49e543ae67822be22d744c5fcd9c (cherry picked from commit 412f5a3363eb228ca1a63be337de172a2e622571) --- diff --git a/external/openglcts/README.md b/external/openglcts/README.md index cd23b9c..ec53dbf 100644 --- a/external/openglcts/README.md +++ b/external/openglcts/README.md @@ -713,7 +713,7 @@ The CTS writes test logs in XML encapsulated in a simple plain-text container format. Each tested configuration listed in `cts-run-summary.xml` To analyse and process the log files, run the following scripts -- `external/openglcts/scripts/verify_submission.py`: Script that verifies logs based on `cts-run-summary.xml` file. +- `verify_submission.py` located in [VK-GL-CTS-Tools](https://github.com/KhronosGroup/VK-GL-CTS-Tools): Script that verifies logs based on `cts-run-summary.xml` file. - `scripts/log/log_to_csv.py`: This utility converts `.qpa` log into CSV format. This is useful for importing results into other systems. - `scripts/log/log_to_xml.py`: Converts `.qpa` into well-formed XML document. The document diff --git a/external/vulkancts/README.md b/external/vulkancts/README.md index ccc8c86..42a4e37 100644 --- a/external/vulkancts/README.md +++ b/external/vulkancts/README.md @@ -322,15 +322,8 @@ codes are allowed: CompatibilityWarning Waiver -Submission package can be verified using `external/vulkancts/scripts/verify_submission.py` -script. The script takes two arguments: path to extracted submission package -and path to current mustpass list. For example: - - python external/vulkancts/scripts/verify_submission.py VK_11_Khronos_1/ external/vulkancts/mustpass/master/vk-default.txt - -Please note that the script reports a warning even for a correctly generated git-log.txt -If your git-log.txt contains only head commit of the release tag then -the warning can be ignored. +Submission package can be verified using `verify_submission.py` +script located in [VK-GL-CTS-Tools](https://github.com/KhronosGroup/VK-GL-CTS-Tools). Vulkan platform port --------------------