Commit 74a275d4 authored by Jérome Perrin's avatar Jérome Perrin

test_slapproxy: use realistic address/netmask

(because it looks strange)
parent 1b68f7d4
......@@ -129,8 +129,8 @@ database_uri = %(tempdir)s/lib/proxy.db
computer_id = self.computer_id
computer_dict = {
'reference': computer_id,
'address': '123.456.789',
'netmask': 'fffffffff',
'address': '12.34.56.78',
'netmask': '255.255.255.255',
'partition_list': [],
}
for i in range(partition_amount):
......@@ -1221,8 +1221,8 @@ database_uri = %(tempdir)s/lib/external_proxy.db
computer_id = self.external_computer_id
computer_dict = {
'reference': computer_id,
'address': '123.456.789',
'netmask': 'fffffffff',
'address': '12.34.56.78',
'netmask': '255.255.255.255',
'partition_list': [],
}
for i in range(partition_amount):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment