tests: functional: Remove non-existing field from CoreConfig
Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
parent
05be67a72b
commit
6928db4a98
@ -42,7 +42,6 @@ class CoreConfig(Structure):
|
|||||||
("_volume_type", c_uint8),
|
("_volume_type", c_uint8),
|
||||||
("_core_id", c_uint16),
|
("_core_id", c_uint16),
|
||||||
("_name", c_char_p),
|
("_name", c_char_p),
|
||||||
("_cache_id", c_uint16),
|
|
||||||
("_try_add", c_bool),
|
("_try_add", c_bool),
|
||||||
("_seq_cutoff_threshold", c_uint32),
|
("_seq_cutoff_threshold", c_uint32),
|
||||||
("_user_metadata", UserMetadata),
|
("_user_metadata", UserMetadata),
|
||||||
|
Loading…
Reference in New Issue
Block a user