Skip to content

Commit

Permalink
Tests to rhel9
Browse files Browse the repository at this point in the history
The package rt-tests is now called realtime-tests
  • Loading branch information
joepvd authored and soltysh committed Apr 24, 2024
1 parent 349ee61 commit 87ef7d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/tests/Dockerfile.rhel
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ COPY --from=builder /go/src/github.com/openshift/origin/zz_generated.manifests/*

RUN PACKAGES="git gzip util-linux" && \
if [ $HOSTTYPE = x86_64 ]; then PACKAGES="$PACKAGES python3-cinderclient"; fi && \
if [ $HOSTTYPE = x86_64 ]; then PACKAGES="$PACKAGES rt-tests rteval"; fi && \
if [ $HOSTTYPE = x86_64 ]; then PACKAGES="$PACKAGES realtime-tests rteval"; fi && \
yum install --setopt=tsflags=nodocs -y $PACKAGES && \
yum update -y python3-six && \
yum clean all && rm -rf /var/cache/yum/* && \
Expand Down

0 comments on commit 87ef7d2

Please sign in to comment.