Skip to content

Commit 133665b

Browse files
zhdaniel12facebook-github-bot
authored andcommitted
update process running test case for dhcpcd
Summary: With D40090857 landed, ifupdown will start the dhcpcd with both IPv4 and IPv6. Update the Process Running test case. Test Plan: Build test with QEMU ``` root@bmc-oob:~# python3 /tmp/tests2/cit_runner.py -s /tmp/tests2 --platform grandcanyon -r tests.grandcanyon.test_process_running test_installed_processes (tests.grandcanyon.test_process_running.ProcessRunningTest) ... ok ---------------------------------------------------------------------- Ran 1 test in 0.220s OK ``` Reviewed By: doranand fbshipit-source-id: 522dd3567ab45c75932f47c09d95fef5a09cfbb2
1 parent d45d59c commit 133665b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests2/tests/grandcanyon/test_process_running.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ def set_processes(self):
2828
"fscd",
2929
"sshd",
3030
"rsyslogd",
31-
"dhcpcd: eth0 [ip4]",
32-
"dhcpcd: eth0 [ip6]",
31+
"dhcpcd: eth0 [ip4] [ip6]",
3332
"mTerm_server",
3433
"sensord",
3534
"healthd",

0 commit comments

Comments
 (0)