Move OCL tests from test-framework repository
Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
20
test/functional/api/cas/casadm_params.py
Normal file
20
test/functional/api/cas/casadm_params.py
Normal file
@@ -0,0 +1,20 @@
|
||||
#
|
||||
# Copyright(c) 2019 Intel Corporation
|
||||
# SPDX-License-Identifier: BSD-3-Clause-Clear
|
||||
#
|
||||
|
||||
from enum import Enum
|
||||
|
||||
|
||||
class OutputFormat(Enum):
|
||||
table = 0
|
||||
csv = 1
|
||||
|
||||
|
||||
class StatsFilter(Enum):
|
||||
all = 0
|
||||
conf = 1
|
||||
usage = 2
|
||||
req = 3
|
||||
blk = 4
|
||||
err = 5
|
Reference in New Issue
Block a user