Closed dbluhm closed 5 years ago
I wouldn't output the info
or warnings
fields unless they contain data--but that's just a stylistic detail. Full speed ahead. Thanks for doing this.
Filtering out the empty stuff; not too exciting but wanted to get that taken care of as it was a simple enough fix:
{
"@type": "Aries Test Suite Interop Profile v1",
"suite_version": "0.1.0",
"under_test_name": "",
"under_test_version": "",
"test_time": "2019-11-06T20:58:11",
"results": [
{
"name": "connections,1.0,inviter,can-start",
"description": "Test a connection as started by the agent under test.",
"pass": true
}
]
}
Sorry, it seems I prematurely asked for review. Got too excited lol. I'll leave this PR alone now.
Added support for creating interop profiles as defined in the test suite RFC. Sample output from the test suite: