Skip to content

Commit

Permalink
Remove Puppet fixtures
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
dralley committed Nov 16, 2023
1 parent 4245a16 commit 30518d9
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 60 deletions.
1 change: 0 additions & 1 deletion .ci/build_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ test "$(curl localhost:8000/rpm-mirrorlist-good)" = "http://localhost:8000/rpm-u
# This test does not work as designed.
# pip download --trusted-host localhost -i http://localhost:8000/python-pypi/simple/ shelf-reader
curl --fail -o /dev/null localhost:8000/docker/busybox:latest.tar
curl --fail -o /dev/null localhost:8000/puppet/pulpqe-dummypuppet.tar.gz
curl --fail localhost:8000/ostree/small/summary
curl localhost:8000/rpm-unsigned/repodata/ | grep filelists.xml.gz
docker stop pulp-fixtures
1 change: 0 additions & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ COPY --from=fedora-build pulp-fixtures/fixtures /usr/share/nginx/html
COPY --from=debian-build pulp-fixtures/fixtures /usr/share/nginx/html

COPY docker/assets/busybox:latest.tar /usr/share/nginx/html/docker/busybox:latest.tar
COPY puppet/assets/pulpqe-dummypuppet.tar.gz /usr/share/nginx/html/puppet/pulpqe-dummypuppet.tar.gz
COPY rpm/assets-modular/nodejs-10.15.2-1.module_f30+3181+3be24b3a.x86_64.rpm /usr/share/nginx/html/rpm-with-modular/nodejs-10.15.2-1.module_f30+3181+3be24b3a.x86_64.rpm

# use custom nginx.conf
Expand Down
6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ help:
@echo " Create File fixtures with only a PULP_MANIFEST"
@echo " fixtures/ostree"
@echo " Create a OSTree ostree repositories."
@echo " fixtures/puppet"
@echo " Create a dummy Puppet module."
@echo " fixtures/python-pypi [base_url=...]"
@echo " Create a PyPI Python repository."
@echo " fixtures/rpm-advisory-incomplete-package-list"
Expand Down Expand Up @@ -362,10 +360,6 @@ fixtures/gem: fixtures
fixtures/ostree: fixtures
ostree/gen-fixtures.sh $@/small

# Commented out AND removved from the generation: See SATQE-3469
# fixtures/puppet:
# puppet/gen-module.sh $@

fixtures/python-pypi: fixtures
python/gen-pypi-repo.sh $@ python/pypi-assets $(base_url)

Expand Down
3 changes: 0 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,6 @@ See ``make help``.
``fixtures/file-mixed``
See ``fixtures/file``.

``fixtures/puppet``
The ``puppet`` executable must be available.

``fixtures/ostree``
The ``ostree`` executable must be available.

Expand Down
Binary file removed puppet/assets/pulpqe-dummypuppet.tar.gz
Binary file not shown.
49 changes: 0 additions & 49 deletions puppet/gen-module.sh

This file was deleted.

0 comments on commit 30518d9

Please sign in to comment.