refstack-client/refstack_client/tests/unit/.testrepository/0.json
sslypushenko da58c0828d Add parsing test uuids from test result
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
2015-03-05 18:07:58 +02:00

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"}
]
}