Skip to content

Commit 275a390

Browse files
committed
Update depedencies for QE test
1 parent 805f1ec commit 275a390

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Containerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ rm -rf /root/anaconda* /root/original-ks.cfg /usr/local/README
8181
# otherwise whatever user openshift runs the container with won't find the collection
8282

8383
RUN pip3 install --no-cache-dir "ansible-core>=2.9" kubernetes openshift "boto3>=1.21" "botocore>=1.24" "awscli>=1.22" "azure-cli>=2.34" gcloud humanize --upgrade && \
84+
pip3 install --no-cache-dir git+https://github.com/validatedpatterns/vp-qe-test-common.git@development#egg=vp-qe-test-common --upgrade && \
8485
ansible-galaxy collection install --collections-path /usr/share/ansible/collections kubernetes.core redhat_cop.controller_configuration amazon.aws && \
8586
rm -rf /usr/local/lib/python3.9/site-packages/ansible_collections/$COLLECTIONS_TO_REMOVE && \
8687
curl -L -O https://raw.githubusercontent.com/clumio-code/azure-sdk-trim/main/azure_sdk_trim/azure_sdk_trim.py && \

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ utility container for simplified execution of imperative commands in each of the
2828
|python |package |3.9.18 |
2929
|redhat_cop.controller_configuration|collection|2.3.1 |
3030
|sshpass |package |1.09 |
31+
|vp-qe-test-common |pip |development |
3132
|tar |package |1.34 |
3233
|tekton |binary |0.35.2 |
3334
|vi |package |8.2.2637 |

0 commit comments

Comments
 (0)