[CORD-3184] Adding compute-nodes to fabric config

Change-Id: Ief7158e635cae5df89a3bbd6c210e625bc7bb1fc
diff --git a/xos/unittest.cfg b/xos/unittest.cfg
index 48ea867..ed0e14f 100644
--- a/xos/unittest.cfg
+++ b/xos/unittest.cfg
@@ -2,3 +2,9 @@
 plugins=nose2-plugins.exclude
 code-directories=synchronizer
                  steps
+                 model_policies
+[coverage]
+always-on = True
+coverage = synchronizer
+coverage-report = term
+coverage-report = html
\ No newline at end of file