summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2021-12-14 14:18:52 -0800
committerTim Smith <tsmith84@gmail.com>2021-12-14 14:18:52 -0800
commitdf9b3881518297274bebfac3c348d69f3de52197 (patch)
treeabf48c3a391f179d043080f2e0ce4757c834f76f
parent8d42cb97966db0ec046e42caf09d2a0b39bebee3 (diff)
downloadchef-df9b3881518297274bebfac3c348d69f3de52197.tar.gz
Update the pid_one_command for opensuse tests
Hopefully this gets us working opensuse tests again Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--kitchen-tests/kitchen.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kitchen-tests/kitchen.yml b/kitchen-tests/kitchen.yml
index 4d13f2835f..b42342b5a1 100644
--- a/kitchen-tests/kitchen.yml
+++ b/kitchen-tests/kitchen.yml
@@ -146,7 +146,7 @@ platforms:
- name: opensuse-leap-15
driver:
image: dokken/opensuse-leap-15
- pid_one_command: /bin/systemd
+ pid_one_command: /usr/lib/systemd/systemd
intermediate_instructions:
- RUN /usr/bin/zypper --non-interactive update
- RUN /usr/bin/zypper --non-interactive install net-tools-deprecated # we need this for /etc/network/interfaces & ifconfig resource testing