Integration tests: OpenShiftCommandLineToolsRequirement should only
download oc binary once
-------------------------------------------------------------------------------------------
Key: JBIDE-23153
URL:
https://issues.jboss.org/browse/JBIDE-23153
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: openshift
Affects Versions: 4.4.1.Final
Reporter: Andre Dietisheim
Assignee: Andre Dietisheim
Labels: integration-test, openshift_v3
Fix For: 4.4.2.AM1
OpenShiftCommandLineToolsRequirement will redownload the oc binary on each invocation.
This is time consuming, it should check if it exists and not re-download it in this case.