openshift / vagrant-openshift

Other
83 stars 117 forks source link

Cannot pass environment variables to extended tests #477

Open enj opened 8 years ago

enj commented 8 years ago

vagrant-openshift only supports sending environment variables to make. It would be useful to send environment variables to extended tests to allow for better control on how they run.

stevekuznetsov commented 8 years ago

@danmcp the correct fix for this is to make the extended tests in origin a make target that takes params: script names, env, and ginkgo focus, then rip out the special logic for them in vagrant test-origin