commit | 09798d887f57126f50f1d28794a3c520af521d90 | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Thu Jan 17 08:34:59 2019 -0800 |
committer | Scott Baker <smbaker@gmail.com> | Fri Jan 18 15:09:45 2019 -0800 |
tree | b308a540705329087a42ab5eb5ff2395b4626f0c | |
parent | 2108e7573b45dcff54dc434b428a95f7aacaa220 [diff] [blame] |
SEBA-406 OLT Admin_state as declarative instead of feedback state Change-Id: I5ae35f02bfc23d966049b39db5141d52311da297
diff --git a/xos/synchronizer/pull_steps/test_pull_olts.py b/xos/synchronizer/pull_steps/test_pull_olts.py index a06d3ff..755f4fb 100644 --- a/xos/synchronizer/pull_steps/test_pull_olts.py +++ b/xos/synchronizer/pull_steps/test_pull_olts.py
@@ -162,6 +162,7 @@ def test_pull_existing(self, m): existing_olt = Mock() + existing_olt.admin_state = "ENABLED" existing_olt.enacted = 2 existing_olt.updated = 1