cloud-bulldozer / ocm-api-load

A set of load tests for OCM's clusters-service, based on vegeta.
Apache License 2.0
1 stars 8 forks source link

fix patch services #93

Closed venkataanil closed 2 years ago

venkataanil commented 2 years ago
  1. correctly pass fake_cluster option
  2. Second cluster creation is faling as idx is alwasy 0, so instead use iterator index
  3. append 'a' to aws region to create cluster in us-west-2a
  4. Patching is allowed only when the service is in "waiting for addon" state. So wait till the service reachs this state before issuing PATCH request
  5. Only "Parameters" option is allowed with patching, so remove passing Service and Cluster options