scylladb / scylla-stress-orchestrator

Apache License 2.0
5 stars 9 forks source link

provision-terraform without arguments broken #23

Closed pveentjer closed 2 years ago

pveentjer commented 2 years ago

When a project is created with 'generate-benchmark foo' and a provision-terraform is called without arguments, the following error is shown:

pveentjer@fedora:~/tmp/foo$ provision-terraform                                                                                          
Traceback (most recent call last):                                                                                                       
  File "/eng/scylla/scylla-stress-orchestrator/bin/provision-terraform", line 12, in <module>                                            
    raise Exception("provision-terraform TERRAFORM_PLAN PROFILE_NAME")                                                                   
Exception: provision-terraform TERRAFORM_PLAN PROFILE_NAME 
pveentjer commented 2 years ago

Fixed with this commit

https://github.com/scylladb/scylla-stress-orchestrator/commit/890d294dff92ceae000dac82e7abaaeb8040f8c8