commit | 35297177b81061c3ac6658412c6306556849790a | [log] [tgz] |
---|---|---|
author | Ratan Gupta <ratagupt@linux.vnet.ibm.com> | Wed Nov 28 18:40:16 2018 +0530 |
committer | Ratan Gupta <ratagupt@linux.vnet.ibm.com> | Fri Nov 30 20:42:02 2018 +0530 |
tree | 9a2a63e74cf4cb2930bca7587fef91f855e8aa0e | |
parent | 450b346910a7bcf9abde55d76693539a83bf33f7 [diff] |
Re-enable unit test Unit test were broken after sd bus calls started throwing exception, In this repo we start the systemd-networkd with the use of sd bus calls, which throws exception and it was not handled in the test case. This commit fixes the problem by mocking the network manager which mock the functionality of function which makes the sdbus call. Change-Id: I5b60a2117a661cffa36200415ca611b85dd2fda1 Signed-off-by: Ratan Gupta <ratagupt@linux.vnet.ibm.com>