openshift / vagrant-openshift

Other
83 stars 117 forks source link

Allow for users to pass environment variables to extended tests #507

Closed stevekuznetsov closed 8 years ago

stevekuznetsov commented 8 years ago

In order for users to parameterize their extended test runs using vagrant-openshift, we need to allow the vagrant test-origin --env environment variables to be honored for all test runs, not just the non-extended ones.

Signed-off-by: Steve Kuznetsov skuznets@redhat.com

/cc @gabemontero @jupierce @danmcp PTAL

stevekuznetsov commented 8 years ago

Fixes https://github.com/openshift/vagrant-openshift/issues/477

gabemontero commented 8 years ago

thx @stevekuznetsov !

danmcp commented 8 years ago

LGTM