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:
@@ -15,7 +15,7 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
from oslotest import base
|
||||
from tempest.lib import base
|
||||
|
||||
|
||||
class TestCase(base.BaseTestCase):
|
||||
|
||||
Reference in New Issue
Block a user