Added e2e scripts and modified Makefile
[icn.git] / cmd / bpa-operator / e2etest / fake_dhcp_lease
1 # The format of this file is documented in the dhcpd.leases(5) manual page.
2 # This lease file was written by isc-dhcp-4.3.5
3
4 # authoring-byte-order entry is generated, DO NOT DELETE
5 authoring-byte-order little-endian;
6
7 lease 192.168.50.63 {
8   starts 4 2019/08/08 22:32:49;
9   ends 4 2019/08/08 23:52:49;
10   cltt 4 2019/08/08 22:32:49;
11   binding state active;
12   next binding state free;
13   rewind binding state free;
14   hardware ethernet 08:00:27:00:ab:c0;
15   client-hostname "master-test";
16 }
17 lease 192.168.50.64 {
18   starts 4 2019/08/08 22:32:49;
19   ends 4 2019/08/08 23:52:49;
20   cltt 4 2019/08/08 22:32:49;
21   binding state active;
22   next binding state free;
23   rewind binding state free;
24   hardware ethernet 00:c4:13:04:62:b5;
25   client-hostname "bpa-test-2";
26 }
27 lease 192.168.50.65 {
28   starts 4 2019/08/08 22:32:49;
29   ends 4 2019/08/08 23:52:49;
30   cltt 4 2019/08/08 22:32:49;
31   binding state active;
32   next binding state free;
33   rewind binding state free;
34   hardware ethernet 00:c3:11:02:61:b5;
35   client-hostname "bpa-test-3";
36 }