Remove line which isn't in stderr output.

Signed-off-by: Slawomir Jankowski <slawomir.jankowski@intel.com>
This commit is contained in:
Slawomir Jankowski 2020-08-31 10:24:37 +02:00
parent deb34f62d5
commit 1ce946239d

View File

@ -12,7 +12,6 @@ load_inactive_core_missing = [
r"WARNING: Can not resolve path to core \d+ from cache \d+\. By-id path will be shown for that " r"WARNING: Can not resolve path to core \d+ from cache \d+\. By-id path will be shown for that "
r"core\.", r"core\.",
r"WARNING: Cache is in incomplete state - at least one core is inactive", r"WARNING: Cache is in incomplete state - at least one core is inactive",
r"Successfully added cache instance \d+"
] ]
start_cache_with_existing_metadata = [ start_cache_with_existing_metadata = [