Tempest: Fixed error with nonexist module
- Fixed below error while running testr tool - Module changed from oslotest to tempest.lib Error: File "/opt/stack/vmware-nsx/vmware_nsx_tempest/tests/base.py", line 18, in <module> from oslotest import base ImportError: No module named oslotest Change-Id: Ibda31e166db20ecb3422897c5c8194f57a3ceca6
This commit is contained in:
parent
dd376dead4
commit
6d6eb4aea8
@ -15,7 +15,7 @@
|
|||||||
# License for the specific language governing permissions and limitations
|
# License for the specific language governing permissions and limitations
|
||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
from oslotest import base
|
from tempest.lib import base
|
||||||
|
|
||||||
|
|
||||||
class TestCase(base.BaseTestCase):
|
class TestCase(base.BaseTestCase):
|
||||||
|
Loading…
Reference in New Issue
Block a user