We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test scenario fails with below error:
2019-10-30 10:46:02.888 249762 INFO rally.task.context [-] Task 774dbe1a-d5cf-43a5-bad4-61d20baf3b26 | Context namespaces@kubernetes setup() finished in 71.32 msec 2019-10-30 10:46:02.911 249899 INFO rally.task.runner [-] Task 774dbe1a-d5cf-43a5-bad4-61d20baf3b26 | ITER: 1 START 2019-10-30 10:46:02.925 249899 INFO rally.task.runner [-] Task 774dbe1a-d5cf-43a5-bad4-61d20baf3b26 | ITER: 1 END: Error TypeError: run() got an unexpected keyword argument 'custom_endpoint' Traceback (most recent call last): File "/root/rally-plugins/venv/local/lib/python2.7/site-packages/rally/task/runner.py", line 71, in _run_scenario_once getattr(scenario_inst, method_name)(**scenario_kwargs) TypeError: run() got an unexpected keyword argument 'custom_endpoint'
Task description:
test scenario Kubernetes.create_check_and_delete_pod_with_cluster_ip_service args position 0 args values: { "runner": { "concurrency": 1, "times": 2 }, "contexts": { "namespaces": { "count": 3, "with_serviceaccount": true } }, "args": { "custom_endpoint": true, "image": "gcr.io/google-samples/hello-go-gke:1.0", "protocol": "TCP", "port": 80 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] }
The text was updated successfully, but these errors were encountered:
Can you please confirm this bug ?
Sorry, something went wrong.
No branches or pull requests
Test scenario fails with below error:
Task description:
The text was updated successfully, but these errors were encountered: