commit | d6fce5133849a1cf572ccdcb2230c43aa0f17c74 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@opennetworking.org> | Tue Oct 16 10:35:29 2018 -0700 |
committer | Matteo Scandolo <teo@opennetworking.org> | Tue Oct 16 10:35:29 2018 -0700 |
tree | 798289d7901edeb6515bbb538d4dd34f4cb40f80 | |
parent | b7ec9d2b4b465d14b6c460f6300e6de1b787b486 [diff] [blame] |
Adding serial_number information to OLTDevice Change-Id: Ied682803092f0538cf5beaf59dcaeedd65be14c5
diff --git a/xos/synchronizer/pull_steps/test_pull_olts.py b/xos/synchronizer/pull_steps/test_pull_olts.py index fd09a1f..a06d3ff 100644 --- a/xos/synchronizer/pull_steps/test_pull_olts.py +++ b/xos/synchronizer/pull_steps/test_pull_olts.py
@@ -89,7 +89,8 @@ "type": "simulated_olt", "host_and_port": "172.17.0.1:50060", "admin_state": "ENABLED", - "oper_status": "ACTIVE" + "oper_status": "ACTIVE", + "serial_number": "serial_number", } ] }