Rally test case execution: Executing all '.json' files and generating consolidated single output file.
Hi, I am new to openstack.I have liberty installed in my ubuntu server. I did rally deployment as well. Now I am able to execute Single '.json' file and getting the '.html' and '.xml' output. eg:
root@ubuntu:/usr/share/rally/samples/tasks/scenarios/nova# rally task start list-images.json
My requirement is to execute the entire '.json' files rather executing one by one and generate one single output.
I know , we can create a new '.json' file and copy paste all individual '.json' scripts to that, so we get single 'html'and 'xml' output. But it takes a huge amount of man hours.
Is there any framework available to execute all '.json' files and generate only single '.html' and 'xml' output.(using any python framework etc..)?