| commit | f7ebb1121f584d5778bc2562874074b0a2ef9236 | [log] [tgz] |
|---|---|---|
| author | Matteo Scandolo <teo@opennetworking.org> | Tue Sep 18 16:17:22 2018 -0700 |
| committer | Matteo Scandolo <teo@opennetworking.org> | Wed Sep 19 09:32:32 2018 -0700 |
| tree | 0f025e3b667b256e37eec047266e7ef99895d5e3 | |
| parent | 27d2fbb37084739a1f44778cc48eeba0fa4b23c1 [diff] [blame] |
Adding delay in OLT deletion Change-Id: I461597855424c17d4635f10da82abe68a4d9009f
diff --git a/xos/synchronizer/model_policies/test_model_policy_voltserviceinstance.py b/xos/synchronizer/model_policies/test_model_policy_voltserviceinstance.py index bfddb64..e6fb171 100644 --- a/xos/synchronizer/model_policies/test_model_policy_voltserviceinstance.py +++ b/xos/synchronizer/model_policies/test_model_policy_voltserviceinstance.py
@@ -46,7 +46,7 @@ sys.path.append(xos_dir) sys.path.append(os.path.join(xos_dir, 'synchronizers', 'new_base')) - config = os.path.join(test_path, "test_config.yaml") + config = os.path.join(test_path, "../test_config.yaml") from xosconfig import Config Config.clear() Config.init(config, 'synchronizer-config-schema.yaml')