@@ -216,7 +216,6 @@ def test_feature_registration(mock_sonic_db, manifest):
216
216
'has_per_asic_scope' : 'False' ,
217
217
'has_global_scope' : 'True' ,
218
218
'has_timer' : 'False' ,
219
- 'check_up_status' : 'False' ,
220
219
})
221
220
222
221
@@ -229,7 +228,6 @@ def test_feature_update(mock_sonic_db, manifest):
229
228
'has_per_asic_scope' : 'False' ,
230
229
'has_global_scope' : 'True' ,
231
230
'has_timer' : 'False' ,
232
- 'check_up_status' : 'False' ,
233
231
}
234
232
mock_connector = Mock ()
235
233
mock_connector .get_entry = Mock (return_value = curr_feature_config )
@@ -252,7 +250,6 @@ def test_feature_update(mock_sonic_db, manifest):
252
250
'has_per_asic_scope' : 'False' ,
253
251
'has_global_scope' : 'True' ,
254
252
'has_timer' : 'True' ,
255
- 'check_up_status' : 'False' ,
256
253
}),
257
254
], any_order = True )
258
255
@@ -273,7 +270,6 @@ def test_feature_registration_with_timer(mock_sonic_db, manifest):
273
270
'has_per_asic_scope' : 'False' ,
274
271
'has_global_scope' : 'True' ,
275
272
'has_timer' : 'True' ,
276
- 'check_up_status' : 'False' ,
277
273
})
278
274
279
275
@@ -292,7 +288,6 @@ def test_feature_registration_with_non_default_owner(mock_sonic_db, manifest):
292
288
'has_per_asic_scope' : 'False' ,
293
289
'has_global_scope' : 'True' ,
294
290
'has_timer' : 'False' ,
295
- 'check_up_status' : 'False' ,
296
291
})
297
292
298
293
0 commit comments