number_of_apps_to_curl must be greater than or equal to number_of_apps_push.
If greater than, then the test suite is able to curl already-existing apps which
allows for incremental scaling.
passing_threshold is the percentage of curls that must succeed for the test
to pass. e.g. 99.9%
You can run CATS after running scalling tests as you would usually, however be sure to the set the flag cleanup in the plan file to false and manually delete your org.
Assets
closer-golang.tgz: This app closes connections which results in a 503 on curl.
hello-golang.tgz: This app responds with ‘hello’ on curl.
Istio Scaling
This repository is for testing istio scalability on Cloud Foundry.
Prerequisites
$GOPATHCreate a config file
cf_org_nameandcf_space_nameare optional. If they are not provided, a random name will be created.datadog_api_keyis also optional. If provided, the metrics will be emitted to datadog.Create a plan file
number_of_apps_to_curlmust be greater than or equal tonumber_of_apps_push. If greater than, then the test suite is able to curl already-existing apps which allows for incremental scaling.passing_thresholdis the percentage of curls that must succeed for the test to pass. e.g. 99.9%Running Tests
Running CATS
Assets
closer-golang.tgz: This app closes connections which results in a 503 on curl.hello-golang.tgz: This app responds with ‘hello’ on curl.