Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix avocado-vt issue:avocado-framework#3391
Error running method "initialize" of plugin "vt-init": cannot import name 'log_line' when import from virttest import utils_misc in python terminal virttest/utils_logfile.py and virttest/utils_misc.py duplicate the same code : def log_line(filename, line) implementation need change virttest/ip_sniffing.py to import log_line from virttest/utils_logfile.py Signed-off-by: chunfuwen <[email protected]>
- Loading branch information