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 b5fb689..726f66f 100644
--- a/external/openglcts/README.md
+++ b/external/openglcts/README.md
@@ -693,7 +693,7 @@
 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 74ac96f..354b2d1 100644
--- a/external/vulkancts/README.md
+++ b/external/vulkancts/README.md
@@ -316,15 +316,8 @@
 	QualityWarning
 	CompatibilityWarning
 
-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
 --------------------