Otherwise, all test cases that does not create/start the service emits
the following error:
```
Failed to stop test-modem-manager-mock.service: Unit test-modem-manager-mock.service not loaded.
```
Moreover, without this change, extra 'systemctl daemon-reload' is triggered after
all test cases. That's super heavy, especially when the test is running on
sanitizers.
Follow-up for
abe3d570f8006fca5138b2d5cfb4e8b530be02e5.
stop_dnsmasq()
stop_isc_dhcpd()
stop_radvd()
- stop_modem_manager_mock()
# 2. remove modules
call_quiet('rmmod netdevsim')
setup_common()
def tearDown(self):
+ stop_modem_manager_mock()
tear_down_common()
def test_wwan_ipv4v6_static(self):