Follow changes and simplify.
The KVM ordering interface has extremely simplified - customer is just one click away from instance, so modify test to follow it. Simplify test: * drop all server side scripts and rewrite AJAX calls to use already implemented SoftwareInstance_getStatus * where required implement client (browser) side analysis of data instead of relying on server side implementation (eg. fetching path of Software Instance) * avoid big pauses; pause just once (as client side logic to know when Software Instance is indexed would be cumbersome and complicated and anyway 10s to index object is really long and shall be treat as failure) * flatten macros into main test for readability and beacuse they become oneliners
Showing
Please register or sign in to comment