Use separate module for ip address object 60/25860/2
authorJan Gelety <jgelety@cisco.com>
Wed, 11 Mar 2020 02:16:24 +0000 (03:16 +0100)
committerJan Gelety <jgelety@cisco.com>
Fri, 13 Mar 2020 16:32:45 +0000 (16:32 +0000)
commitee33baa6d09b759876441ecde725da95f604fedd
treeae726367d71e0f792d19d8c2cceb08865bab813a
parent10cd5da7d0e84c8d3bb48a6d671219ea87aeadf4
Use separate module for ip address object

Reason: with upcomming vpp api changes the ip object will be used
in more csit python libraries, e.g. InterfaceUtil.py, so we need
to avoid circular import issue
(e.g. InterfaceUtil.pyu <-> IPUtil.py)

Change-Id: Ia658b187d4e326f58e33019dd54f8ac7b9137d78
Signed-off-by: Jan Gelety <jgelety@cisco.com>
resources/libraries/python/GBP.py
resources/libraries/python/IPAddress.py [new file with mode: 0644]
resources/libraries/python/IPUtil.py
resources/libraries/python/IPsecUtil.py
resources/libraries/python/TestConfig.py