Skip to content

Commit

Permalink
Adding some debug option to trace mount points and its permissions
Browse files Browse the repository at this point in the history
Signed-off-by: Yariv Rachmani <[email protected]>
  • Loading branch information
Yarboa committed Nov 19, 2023
1 parent 37b8ecf commit 5ff9c03
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion plans/e2e/ffi.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ adjust:
how: shell
script: |
cd tests/e2e
./set-ffi-env-e2e --branch-qm=fix-qm-tmp-dir --qm-setup-from-gh-url=https://raw.githubusercontent.com/Yarboa
bash -x ./set-ffi-env-e2e --branch-qm=fix-qm-tmp-dir --qm-setup-from-gh-url=https://raw.githubusercontent.com/Yarboa
when: scenario == ffi and distro == centos-stream-9, fedora

execute:
Expand Down
6 changes: 6 additions & 0 deletions tests/e2e/set-ffi-env-e2e
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,12 @@ create_qm_disks
install_qm_rpms
setup_qm_services

echo
info_message "Checking mount types inside QM"
info_message "=============================="

podman exec -it qm bash -c "mount"

info_message "${GRN}QM environment${CLR}"
echo

Expand Down

0 comments on commit 5ff9c03

Please sign in to comment.