blob: 3f71c785be2953e2f3506fa0a260b7bfae8f9aee [file] [log] [blame]
// Copyright 2020 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package cmd
// This file is written automatically by generate_metadata.sh.
// DO NOT EDIT.
const configData = `{
"remoteTestDrivers": [
{
"name": "remoteTestDrivers/tnull",
"tests": [
{
"name": "remoteTestDrivers/tnull/tests/dummy-pass",
"attributes": [
{
"name": "suite:dummy"
}
],
"informational": {
"authors": [
{
"email": "chromeos-test-platform-team@google.com"
},
{
"mdbGroup": "chromeos-test-platform-team"
}
],
"details": {
"doc": "\nThis is a helper test that will succeed. Used to verify that the RTD's basic\nfunctions are working.\n",
"purpose": "No-op success test.",
"steps": {
"setup": {
"config": {},
"result": {
"state": "SUCCEEDED"
}
}
}
}
}
},
{
"name": "remoteTestDrivers/tnull/tests/report-success",
"attributes": [
{
"name": "suite:dummy"
}
],
"informational": {
"authors": [
{
"email": "chromeos-test-platform-team@google.com"
},
{
"mdbGroup": "chromeos-test-platform-team"
}
],
"details": {
"doc": "\nreport-success: Helper test verifying reporting success status works correctly. Used to\nverify that the RTD's interface with the RTS is working.\n",
"purpose": "report success to the RTS.",
"steps": {
"setup": {
"config": {},
"result": {
"state": "SUCCEEDED"
}
},
"steps": [
{
"result": {
"commonArgs": {}
}
}
]
}
}
}
},
{
"name": "remoteTestDrivers/tnull/tests/report-failure",
"attributes": [
{
"name": "suite:dummy"
}
],
"informational": {
"authors": [
{
"email": "chromeos-test-platform-team@google.com"
},
{
"mdbGroup": "chromeos-test-platform-team"
}
],
"details": {
"doc": "\nreport-failure: Helper test verifying reporting failure status works correctly. Used to\nverify that the RTD's interface with the RTS is working.\n",
"purpose": "report failure to the RTS.",
"steps": {
"setup": {
"config": {},
"result": {
"state": "SUCCEEDED"
}
},
"steps": [
{
"result": {
"commonArgs": {}
}
}
]
}
}
}
},
{
"name": "remoteTestDrivers/tnull/tests/success-with-warnings",
"attributes": [
{
"name": "suite:dummy"
}
],
"informational": {
"authors": [
{
"email": "chromeos-test-platform-team@google.com"
},
{
"mdbGroup": "chromeos-test-platform-team"
}
],
"details": {
"doc": "\nsuccess-with-warnings: Helper test verifying reporting a complex success status works correctly. Used to\nverify that the RTD's interface with the RTS is working.\n",
"purpose": "report success to the RTS despite warning-level errors.",
"steps": {
"setup": {
"config": {},
"result": {
"state": "SUCCEEDED"
}
},
"steps": [
{
"result": {
"commonArgs": {}
}
}
]
}
}
}
},
{
"name": "remoteTestDrivers/tnull/tests/fail-on-second-err",
"attributes": [
{
"name": "suite:dummy"
}
],
"informational": {
"authors": [
{
"email": "chromeos-test-platform-team@google.com"
},
{
"mdbGroup": "chromeos-test-platform-team"
}
],
"details": {
"doc": "\nfail-on-second-err: Helper test verifying reporting a complex failure status works correctly. Used to\nverify that the RTD's interface with the RTS is working.\n",
"purpose": "report failure to the RTS if some but not all errors are critical.",
"steps": {
"setup": {
"config": {},
"result": {
"state": "SUCCEEDED"
}
},
"steps": [
{
"result": {
"commonArgs": {}
}
}
]
}
}
}
},
{
"name": "remoteTestDrivers/tnull/tests/report-skip",
"attributes": [
{
"name": "suite:dummy"
}
],
"informational": {
"authors": [
{
"email": "chromeos-test-platform-team@google.com"
},
{
"mdbGroup": "chromeos-test-platform-team"
}
],
"details": {
"doc": "\nreport-skip: Helper test verifying reporting skipped status works correctly. Used to\nverify that the RTD's interface with the RTS is working.\n",
"purpose": "report skipped test to the RTS.",
"steps": {
"setup": {
"config": {},
"result": {
"state": "SUCCEEDED"
}
},
"steps": [
{
"result": {
"commonArgs": {}
}
}
]
}
}
}
},
{
"name": "remoteTestDrivers/tnull/tests/no-log",
"attributes": [
{
"name": "suite:dummy"
}
],
"informational": {
"authors": [
{
"email": "chromeos-test-platform-team@google.com"
},
{
"mdbGroup": "chromeos-test-platform-team"
}
],
"details": {
"doc": "\nno-log: Helper test verifying reporting absent logs works correctly.\nUsed to verify that the RTD's interface with the RTS is working.\n",
"purpose": "report a absent logs to the RTS.",
"steps": {
"setup": {
"config": {},
"result": {
"state": "SUCCEEDED"
}
},
"steps": [
{
"log": {
"commonArgs": {}
}
}
]
}
}
}
},
{
"name": "remoteTestDrivers/tnull/tests/simple-log",
"attributes": [
{
"name": "suite:dummy"
}
],
"informational": {
"authors": [
{
"email": "chromeos-test-platform-team@google.com"
},
{
"mdbGroup": "chromeos-test-platform-team"
}
],
"details": {
"doc": "\nsimple-log: Helper test verifying reporting a simple log works correctly.\nUsed to verify that the RTD's interface with the RTS is working.\n",
"purpose": "report a a simple log to the RTS.",
"steps": {
"setup": {
"config": {},
"result": {
"state": "SUCCEEDED"
}
},
"steps": [
{
"log": {
"commonArgs": {}
}
}
]
}
}
}
},
{
"name": "remoteTestDrivers/tnull/tests/parallel-log",
"attributes": [
{
"name": "suite:dummy"
}
],
"informational": {
"authors": [
{
"email": "chromeos-test-platform-team@google.com"
},
{
"mdbGroup": "chromeos-test-platform-team"
}
],
"details": {
"doc": "\nparallel-log: Helper test verifying reporting logs in parallel works correctly.\nUsed to verify that the RTD's interface with the RTS is working.\n",
"purpose": "report a logs in parallel to the RTS.",
"steps": {
"setup": {
"config": {},
"result": {
"state": "SUCCEEDED"
}
},
"steps": [
{
"log": {
"commonArgs": {}
}
}
]
}
}
}
},
{
"name": "remoteTestDrivers/tnull/tests/multiline-logs",
"attributes": [
{
"name": "suite:dummy"
}
],
"informational": {
"authors": [
{
"email": "chromeos-test-platform-team@google.com"
},
{
"mdbGroup": "chromeos-test-platform-team"
}
],
"details": {
"doc": "\nmultiline-logs: Helper test verifying reporting a single-stream multi-line log works correctly.\nUsed to verify that the RTD's interface with the RTS is working.\n",
"purpose": "report a a single-stream multi-line log to the RTS.",
"steps": {
"setup": {
"config": {},
"result": {
"state": "SUCCEEDED"
}
},
"steps": [
{
"log": {
"commonArgs": {}
}
}
]
}
}
}
},
{
"name": "remoteTestDrivers/tnull/tests/two-logs",
"attributes": [
{
"name": "suite:dummy"
}
],
"informational": {
"authors": [
{
"email": "chromeos-test-platform-team@google.com"
},
{
"mdbGroup": "chromeos-test-platform-team"
}
],
"details": {
"doc": "\ntwo-logs: Helper test verifying reporting two logs to one request works correctly.\nUsed to verify that the RTD's interface with the RTS is working.\n",
"purpose": "report a two logs to one request to the RTS.",
"steps": {
"setup": {
"config": {},
"result": {
"state": "SUCCEEDED"
}
},
"steps": [
{
"log": {
"commonArgs": {}
}
}
]
}
}
}
},
{
"name": "remoteTestDrivers/tnull/tests/two-requests",
"attributes": [
{
"name": "suite:dummy"
}
],
"informational": {
"authors": [
{
"email": "chromeos-test-platform-team@google.com"
},
{
"mdbGroup": "chromeos-test-platform-team"
}
],
"details": {
"doc": "\ntwo-requests: Helper test verifying reporting logs to two requests works correctly.\nUsed to verify that the RTD's interface with the RTS is working.\n",
"purpose": "report a logs to two requests to the RTS.",
"steps": {
"setup": {
"config": {},
"result": {
"state": "SUCCEEDED"
}
},
"steps": [
{
"log": {
"commonArgs": {}
}
}
]
}
}
}
},
{
"name": "remoteTestDrivers/tnull/tests/mixed-logs",
"attributes": [
{
"name": "suite:dummy"
}
],
"informational": {
"authors": [
{
"email": "chromeos-test-platform-team@google.com"
},
{
"mdbGroup": "chromeos-test-platform-team"
}
],
"details": {
"doc": "\nmixed-logs: Helper test verifying reporting two types of log to one request works correctly.\nUsed to verify that the RTD's interface with the RTS is working.\n",
"purpose": "report a two types of log to one request to the RTS.",
"steps": {
"setup": {
"config": {},
"result": {
"state": "SUCCEEDED"
}
},
"steps": [
{
"log": {
"commonArgs": {}
}
}
]
}
}
}
},
{
"name": "remoteTestDrivers/tnull/tests/no-artifact",
"attributes": [
{
"name": "suite:dummy"
}
],
"informational": {
"authors": [
{
"email": "email_addr@chromium.org"
},
{
"mdbGroup": "team-mdb-group"
}
],
"details": {
"doc": "\nno-artifact: Helper test verifying reporting absent artifacts works correctly.\nUsed to verify that the RTD's interface with the RTS is working.\n",
"purpose": "report a absent artifacts to the RTS.",
"steps": {
"setup": {
"config": {},
"result": {
"state": "SUCCEEDED"
}
},
"steps": [
{
"archive": {
"commonArgs": {}
}
}
]
}
}
}
},
{
"name": "remoteTestDrivers/tnull/tests/simple-artifact",
"attributes": [
{
"name": "suite:dummy"
}
],
"informational": {
"authors": [
{
"email": "email_addr@chromium.org"
},
{
"mdbGroup": "team-mdb-group"
}
],
"details": {
"doc": "\nsimple-artifact: Helper test verifying reporting a simple artifact works correctly.\nUsed to verify that the RTD's interface with the RTS is working.\n",
"purpose": "report a a simple artifact to the RTS.",
"steps": {
"setup": {
"config": {},
"result": {
"state": "SUCCEEDED"
}
},
"steps": [
{
"archive": {
"commonArgs": {}
}
}
]
}
}
}
},
{
"name": "remoteTestDrivers/tnull/tests/multiline-artifact",
"attributes": [
{
"name": "suite:dummy"
}
],
"informational": {
"authors": [
{
"email": "email_addr@chromium.org"
},
{
"mdbGroup": "team-mdb-group"
}
],
"details": {
"doc": "\nmultiline-artifact: Helper test verifying reporting a multi-line artifact works correctly.\nUsed to verify that the RTD's interface with the RTS is working.\n",
"purpose": "report a a multi-line artifact to the RTS.",
"steps": {
"setup": {
"config": {},
"result": {
"state": "SUCCEEDED"
}
},
"steps": [
{
"archive": {
"commonArgs": {}
}
}
]
}
}
}
},
{
"name": "remoteTestDrivers/tnull/tests/two-artifacts",
"attributes": [
{
"name": "suite:dummy"
}
],
"informational": {
"authors": [
{
"email": "email_addr@chromium.org"
},
{
"mdbGroup": "team-mdb-group"
}
],
"details": {
"doc": "\ntwo-artifacts: Helper test verifying reporting two artifacts to one request works correctly.\nUsed to verify that the RTD's interface with the RTS is working.\n",
"purpose": "report a two artifacts to one request to the RTS.",
"steps": {
"setup": {
"config": {},
"result": {
"state": "SUCCEEDED"
}
},
"steps": [
{
"archive": {
"commonArgs": {}
}
}
]
}
}
}
},
{
"name": "remoteTestDrivers/tnull/tests/duped-artifacts",
"attributes": [
{
"name": "suite:dummy"
}
],
"informational": {
"authors": [
{
"email": "email_addr@chromium.org"
},
{
"mdbGroup": "team-mdb-group"
}
],
"details": {
"doc": "\nduped-artifacts: Helper test verifying reporting duplicate artifacts works correctly.\nUsed to verify that the RTD's interface with the RTS is working.\n",
"purpose": "report a duplicate artifacts to the RTS.",
"steps": {
"setup": {
"config": {},
"result": {
"state": "SUCCEEDED"
}
},
"steps": [
{
"archive": {
"commonArgs": {}
}
}
]
}
}
}
},
{
"name": "remoteTestDrivers/tnull/tests/two-requests",
"attributes": [
{
"name": "suite:dummy"
}
],
"informational": {
"authors": [
{
"email": "email_addr@chromium.org"
},
{
"mdbGroup": "team-mdb-group"
}
],
"details": {
"doc": "\ntwo-requests: Helper test verifying reporting artifacts to two requests works correctly.\nUsed to verify that the RTD's interface with the RTS is working.\n",
"purpose": "report a artifacts to two requests to the RTS.",
"steps": {
"setup": {
"config": {},
"result": {
"state": "SUCCEEDED"
}
},
"steps": [
{
"archive": {
"commonArgs": {}
}
}
]
}
}
}
}
]
}
]
}`