diff options
| author | Krishnaram Karthick Ramdoss <kramdoss@redhat.com> | 2018-03-05 06:57:23 +0000 |
|---|---|---|
| committer | Gerrit Code Review <gerrit2@gerrit.host.prod.eng.bos.redhat.com> | 2018-03-05 06:57:23 +0000 |
| commit | 4b072c9d475d9adae0bac4d7bac8d093c23d7c79 (patch) | |
| tree | 4fa56ca4729ededf262031007d38292de4b5b8ef /tests/functional | |
| parent | c65d752e8023d02d9f05fa1d6d1a4eaab18bac84 (diff) | |
| parent | 02179fb223683427cf9c0fcb2576a3b783b153f0 (diff) | |
Merge "CNS : fixing name errors"
Diffstat (limited to 'tests/functional')
| -rw-r--r-- | tests/functional/common/heketi/test_volume_multi_req.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/common/heketi/test_volume_multi_req.py b/tests/functional/common/heketi/test_volume_multi_req.py index 825fd9dc..0a33f2a7 100644 --- a/tests/functional/common/heketi/test_volume_multi_req.py +++ b/tests/functional/common/heketi/test_volume_multi_req.py @@ -5,7 +5,7 @@ import contextlib import random import threading import time -import unitest +import unittest import ddt import yaml |
