The IPy module is a tool for handling of IPv4 and IPv6 addresses and
networks, the cephfs mount.py will use it to manage the IP addresses
to isolate the netns for each mount, which could let us get ride of
using ipmi command to hard shutdown the client node for some test cases.
Signed-off-by: Xiubo Li <xiubli@redhat.com>
warlock==1.2.0 # via python-glanceclient
wrapt==1.10.10 # via debtcollector, positional, python-glanceclient
xmltodict==0.12.0
+ipy==1.0
# The following packages are considered to be unsafe in a requirements file:
# setuptools
warlock==1.2.0 # via python-glanceclient
wrapt==1.10.10 # via debtcollector, positional, python-glanceclient
xmltodict==0.12.0
+ipy==1.0
# The following packages are considered to be unsafe in a requirements file:
# setuptools
'xmltodict',
'boto3',
'PyJWT', # for qa/tasks/mgr/dashboard/test_auth.py
+ 'ipy', # for qa/tasks/cephfs/mount.py
]
},