Revision bfb3f9c2 snf-cyclades-app/synnefo/logic/tests/reconciliation.py

b/snf-cyclades-app/synnefo/logic/tests/reconciliation.py
239 239
                                             "group_list": [["default",
240 240
                                                             "bridged",
241 241
                                                             "prv0"]],
242
                                             "network": net1.subnet4,
242
                                             "network": net1.subnet4.cidr,
243 243
                                             "map": "....",
244 244
                                             "external_reservations": ""}]
245 245
        self.reconciler.reconcile_networks()
......
308 308
                                            operstate="PENDING")
309 309
        mrapi().GetNetworks.return_value = [{"name": net.backend_id,
310 310
                                             "group_list": [],
311
                                             "network": net.subnet4,
311
                                             "network": net.subnet4.cidr,
312 312
                                             "map": "....",
313 313
                                             "external_reservations": ""}]
314 314
        self.assertEqual(bn.operstate, "PENDING")
......
321 321
                                                deleted=True)
322 322
        mrapi().GetNetworks.return_value = [{"name": net.backend_id,
323 323
                                             "group_list": [],
324
                                             "network": net.subnet4,
324
                                             "network": net.subnet4.cidr,
325 325
                                             "map": "....",
326 326
                                             "external_reservations": ""}]
327 327
        self.reconciler.reconcile_networks()

Also available in: Unified diff