Update TF and functional tests API
Signed-off-by: Slawomir Jankowski <slawomir.jankowski@intel.com> Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:

committed by
Robert Baldyga

parent
ecbd4fbe30
commit
17f440de10
@@ -47,7 +47,8 @@ class casadm:
|
||||
def list_caches(cls):
|
||||
cmd = [cls.casadm_path,
|
||||
'--list-caches',
|
||||
'--output-format', 'csv']
|
||||
'--output-format', 'csv',
|
||||
'--by-id-path']
|
||||
return cls.run_cmd(cmd)
|
||||
|
||||
@classmethod
|
||||
|
Reference in New Issue
Block a user