diff options
Diffstat (limited to 'resources/libraries/python/constants.py')
-rw-r--r-- | resources/libraries/python/constants.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/resources/libraries/python/constants.py b/resources/libraries/python/constants.py index 2978f46759..a280b51beb 100644 --- a/resources/libraries/python/constants.py +++ b/resources/libraries/python/constants.py @@ -11,8 +11,12 @@ # See the License for the specific language governing permissions and # limitations under the License. +"""Constants used in CSIT.""" + class Constants(object): + """Constants used in CSIT.""" + # OpenVPP testing directory location at topology nodes REMOTE_FW_DIR = '/tmp/openvpp-testing' |