Skip to content

Commit

Permalink
sanity: Updates pebble path
Browse files Browse the repository at this point in the history
The binary is supposed to be in /usr/bin/.
  • Loading branch information
claudiubelu committed Sep 9, 2024
1 parent 4fc4872 commit 2777705
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/sanity/test_longhorn_share_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
from k8s_test_harness.util import docker_util, env_util

ROCK_EXPECTED_FILES = [
"/bin/pebble",
"/etc/dbus-1/system.d/org.ganesha.nfsd.conf",
"/etc/ld.so.conf.d/local_libs.conf",
"/etc/mtab",
"/etc/nsswitch.conf",
"/export",
"/longhorn-share-manager",
"/usr/bin/pebble",
"/usr/local/bin/ganesha.nfsd",
"/var/run/dbus",
]
Expand Down
2 changes: 1 addition & 1 deletion tests/sanity/test_longhorn_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
from k8s_test_harness.util import docker_util, env_util

ROCK_EXPECTED_FILES = [
"/bin/pebble",
"/etc/nginx/nginx.conf.template",
"/entrypoint.sh",
"/usr/bin/pebble",
"/var/config/nginx",
"/var/lib/nginx",
"/var/log/nginx",
Expand Down

0 comments on commit 2777705

Please sign in to comment.