Merge "Use the same logger class in all test cases"
This commit is contained in:
@@ -15,7 +15,6 @@
|
|||||||
# License for the specific language governing permissions and limitations
|
# License for the specific language governing permissions and limitations
|
||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
import logging
|
|
||||||
import os
|
import os
|
||||||
import shlex
|
import shlex
|
||||||
import subprocess
|
import subprocess
|
||||||
@@ -23,6 +22,7 @@ import subprocess
|
|||||||
from oslo.config import cfg
|
from oslo.config import cfg
|
||||||
|
|
||||||
import tempest.cli.output_parser
|
import tempest.cli.output_parser
|
||||||
|
from tempest.common import log as logging
|
||||||
import tempest.test
|
import tempest.test
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,8 @@
|
|||||||
"""Collection of utilities for parsing CLI clients output."""
|
"""Collection of utilities for parsing CLI clients output."""
|
||||||
|
|
||||||
|
|
||||||
import logging
|
from tempest.common import log as logging
|
||||||
|
|
||||||
import re
|
import re
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user