Skip to content

Commit

Permalink
test(python3-pip): copy /etc/resolv.conf onto the rootfs
Browse files Browse the repository at this point in the history
  • Loading branch information
rebornplusplus committed Dec 13, 2024
1 parent 291b1c8 commit 4b5c082
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/spread/integration/python3-pip/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ summary: Integration tests for python3-pip
execute: |
rootfs="$(install-slices python3-pip_bins)"
cp /etc/resolv.conf "${rootfs}/etc/"
# Smoke tests.
chroot ${rootfs} /usr/bin/pip --version
chroot ${rootfs} /usr/bin/pip install --upgrade setuptools

0 comments on commit 4b5c082

Please sign in to comment.