Skip to content

Commit

Permalink
update process running test case for dhcpcd
Browse files Browse the repository at this point in the history
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
  • Loading branch information
zhdaniel12 authored and facebook-github-bot committed Oct 13, 2022
1 parent d45d59c commit 133665b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests2/tests/grandcanyon/test_process_running.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ def set_processes(self):
"fscd",
"sshd",
"rsyslogd",
"dhcpcd: eth0 [ip4]",
"dhcpcd: eth0 [ip6]",
"dhcpcd: eth0 [ip4] [ip6]",
"mTerm_server",
"sensord",
"healthd",
Expand Down

0 comments on commit 133665b

Please sign in to comment.