da58c0828d
Test uuids are parsed from subunit test results and posted to refstack API. Depends on git https://review.openstack.org/#/c/161760/ Change-Id: I04740e3b190cd2248aa09ebc7539963c21c1e140
10 lines
222 B
JSON
10 lines
222 B
JSON
{
|
|
"duration_seconds": 0,
|
|
"cpid": "test-id",
|
|
"results": [
|
|
{"name": "tempest.passed.test"},
|
|
{"name": "tempest.tagged_passed.test",
|
|
"uuid": "0146f675-ffbd-4208-b3a4-60eb628dbc5e"}
|
|
]
|
|
}
|