blob: 32becc21ec8de13591937c940222403502d92c69 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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 releng.modules.utils import SSHUtils
from releng.modules.utils import RelengLogger
...
For further information about how to use this modules directory, contact:
fatih.degirmenci@ericsson.com
jose.lausuch@ericsson.com
|