From deaa30f7391a980950e6e2c2bbf945742ade2524 Mon Sep 17 00:00:00 2001 From: Anita Kuno Date: Sat, 1 Mar 2014 19:17:32 -0500 Subject: [PATCH] Adding a utc timestamp requirement for 3rd party test logs Assessing what time a 3rd party test ran in order to determine the current status of a system is difficult when the timezone of the test run is unknown. Standardizing the time stamp of the test run by using utc will help assess 3rd party system status. Change-Id: Idf44196eefe869dfd20551bbf293fff5b8f6dab5 --- doc/source/third_party.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/third_party.rst b/doc/source/third_party.rst index 206cea3c77..4c7a4325c7 100644 --- a/doc/source/third_party.rst +++ b/doc/source/third_party.rst @@ -43,6 +43,7 @@ Requirements easier. This should include: * Environment details + * This must include a utc timestamp of the test run * Test configuration * Skipped tests