buildah/tests
Nalin Dahyabhai a18468f703 Run: create parent directories of mount targets with mode 0755
Relax the permissions on directories we create to hold mount targets,
from 0700 to 0755.

Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
2025-09-16 09:57:13 -04:00
..
bud commit: exclude parents of mount targets, too 2025-06-20 11:19:27 -04:00
conformance modernize: JSON doesn't do "omitempty" structs, so stop asking 2025-09-10 13:19:38 -04:00
copy Switch common, storage and image to monorepo. 2025-08-29 15:04:28 +02:00
crash Reap stray processes 2025-08-01 13:30:47 -04:00
digest image with dup layers: we now have one on quay 2020-03-25 15:21:29 -06:00
dumpspec Switch common, storage and image to monorepo. 2025-08-29 15:04:28 +02:00
git-daemon build: support building from commit when using git repo as build context 2022-08-03 18:50:44 +05:30
imgtype Switch common, storage and image to monorepo. 2025-08-29 15:04:28 +02:00
inet Integration tests: run git daemon on a random-but-bind()able port 2024-10-21 14:39:55 -04:00
passwd buildah: move passwd command to tests 2025-07-09 06:31:04 -07:00
serve test/serve: fix a descriptor leak, add preliminary directory support 2025-04-30 11:50:42 -04:00
testreport Switch common, storage and image to monorepo. 2025-08-29 15:04:28 +02:00
tmt RPM/TMT: account for passwd binary moving to tests 2025-07-09 06:31:09 -07:00
tools Switch common, storage and image to monorepo. 2025-08-29 15:04:28 +02:00
tutorial Switch common, storage and image to monorepo. 2025-08-29 15:04:28 +02:00
validate Disable packit builds for centos-stream+epel-next-8 2024-05-01 10:37:15 -04:00
wait Reap stray processes 2025-08-01 13:30:47 -04:00
NEW-IMAGES CI: use local registry, part 1 of 2 2024-07-17 12:09:54 -06:00
add.bats ADD/COPY --link support added 2025-07-09 17:14:28 -04:00
authenticate.bats vendor: update containers/(common|storage) 2024-04-12 09:58:13 +02:00
basic.bats Add conditional release-checking system test 2025-06-24 10:57:46 -04:00
blobcache.bats use seperate blobinfocache for flaky test 2025-01-25 08:14:27 -08:00
bud.bats Run: create parent directories of mount targets with mode 0755 2025-09-16 09:57:13 -04:00
bud_overlay_leaks.bats Rename $TESTSDIR (the plural one), step 4 of 3 2022-04-26 09:11:22 -06:00
byid.bats Replace k8s.gcr.io/pause in tests with registry.k8s.io/pause 2022-08-30 13:43:16 -04:00
cdi.bats Builder.cdiSetupDevicesInSpecdefConfig(): use configured CDI dirs 2024-05-07 09:19:16 -04:00
chroot.bats createPlatformContainer: drop MS_REMOUNT|MS_BIND 2025-03-25 17:47:46 -04:00
commit.bats build, commit: set the OCI ...created annotation on OCI images 2025-06-23 15:05:02 -04:00
config.bats build, commit: set the OCI ...created annotation on OCI images 2025-06-23 15:05:02 -04:00
containers.bats Rename $TESTSDIR (the plural one), step 4 of 3 2022-04-26 09:11:22 -06:00
containers.conf Add and use a "copy" helper instead of podman load/save 2021-05-26 09:49:28 -04:00
containers_conf.bats Integration tests: use cached images more 2024-04-18 11:27:02 -04:00
copy.bats ADD/COPY --link support added 2025-07-09 17:14:28 -04:00
deny.json commit/push: use an everything-allowed policy 2019-05-10 18:09:37 +00:00
digest.bats CI: use local registry, part 2 of 2 2024-07-17 12:26:49 -06:00
docker.json commit/push: use an everything-allowed policy 2019-05-10 18:09:37 +00:00
formats.bats Rename $TESTSDIR (the plural one), step 2 of 3 2022-04-26 09:11:14 -06:00
from.bats Restore the default meaning of `--pull` (should be `always`). 2025-07-28 16:21:31 +00:00
help.bats system tests: remove unhelpful assertions 2023-01-05 08:20:25 -07:00
helpers.bash Handle tagged+digested references when processing --all-platforms 2025-08-25 15:18:53 -04:00
helpers.bash.t WIP: tests: new assert() 2021-07-28 14:30:59 -06:00
history.bats build, commit: allow disabling image history with --omit-history 2022-06-03 00:40:48 +05:30
images.bats Vendor c/common:9d025e4cb348 2024-09-03 17:47:42 +02:00
info.bats Log the final error with %+v at logging level "trace" 2021-04-15 14:53:17 -04:00
inspect.bats info,inspect: use the "formats" package to get some builtins 2025-06-23 16:17:04 -04:00
lists.bats manifest add: add --artifact-annotation 2024-12-12 14:09:32 -05:00
loglevel.bats Return exit code from failed containers 2020-04-20 11:24:52 -04:00
mkcw.bats mkcw: mkcw_check_image use bats run_with_log 2025-02-18 14:50:04 -08:00
mount.bats Rename $TESTSDIR (the plural one), step 1 of 3 2022-04-26 09:11:05 -06:00
namespaces.bats system tests: remove unhelpful assertions 2023-01-05 08:20:25 -07:00
overlay.bats Integration tests: use cached images more 2024-04-18 11:27:02 -04:00
platforms.bats Tweak our handling of variant values, again 2025-06-02 09:33:25 -04:00
policy.json Add some integration tests 2017-03-06 18:47:51 -05:00
pull.bats Update to c/image @main 2025-01-22 23:33:05 +01:00
push.bats push integration test: pass password to docker login via stdin 2024-06-07 11:32:12 -04:00
registries-cached.conf CI: use local registry, part 1 of 2 2024-07-17 12:09:54 -06:00
registries.bats Properly handle build --pull=false 2024-02-26 16:42:14 -05:00
registries.conf integration tests: learn to start a dummy registry 2022-04-07 16:16:18 -04:00
registries.conf.block Enforce "blocked" for registries for the "docker" transport 2018-10-05 15:30:11 +00:00
registries.conf.hub pull/commit/push: pay attention to $BUILD_REGISTRY_SOURCES 2019-08-29 18:42:16 +00:00
rename.bats Fix stutters 2022-09-19 07:11:44 -04:00
rm.bats Fix stutters 2022-09-19 07:11:44 -04:00
rmi.bats Restore the default meaning of `--pull` (should be `always`). 2025-07-28 16:21:31 +00:00
run.bats tests/run.bats: "run masks" test: accept "unreadable" masked directories 2025-09-10 15:34:41 -04:00
sbom.bats tests: sbom: never write to cwd 2024-10-29 10:32:49 -06:00
selinux.bats Fix transition test to work with latest selinux policy 2023-06-29 14:21:17 -04:00
sign.bats Rename $TESTSDIR (the plural one), step 4 of 3 2022-04-26 09:11:22 -06:00
source.bats bats tests - parallelize 2025-01-25 08:09:05 -08:00
squash.bats squash: never use build cache when computing last step of last stage 2022-05-24 22:19:31 +05:30
ssh.bats Rename $TESTSDIR (the plural one), step 4 of 3 2022-04-26 09:11:22 -06:00
subscriptions.bats Rename $TESTSDIR (the plural one), step 4 of 3 2022-04-26 09:11:22 -06:00
tag.bats Rename $TESTSDIR (the plural one), step 1 of 3 2022-04-26 09:11:05 -06:00
test_buildah_authentication.sh Ran buildah through codespell 2019-11-20 17:38:41 +00:00
test_buildah_baseline.sh docs: add --setopt "*.countme=false" to dnf examples 2025-06-10 14:16:36 -04:00
test_buildah_build_rpm.sh Rename $TESTSDIR (the plural one), step 3 of 3 2022-04-26 09:11:19 -06:00
test_buildah_rpm.sh Explicitly ref. quay images for CI 2023-06-05 10:56:33 -04:00
test_runner.sh test: use /tmp as TMPDIR 2025-02-18 14:50:01 -08:00
tutorial.bats Don't bother telling codespell to skip files that don't exist 2022-07-22 11:20:01 -04:00
umount.bats Rename $TESTSDIR (the plural one), step 1 of 3 2022-04-26 09:11:05 -06:00