blob: caec46b1d621bf3a7a4c9f05809ac199636617c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
This directory may be used to add new tools that might be useful for any
project in OPNFV. This tools must be python based and shall be imported
as follows:
from opnfv.utils import SSHUtils
from opnfv.utils import OPNFVLogger
from opnfv.utils import OPNFVException
from opnfv.utils import constants
For further information about how to use this modules directory, contact:
fatih.degirmenci@ericsson.com
jose.lausuch@ericsson.com
|