Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
Signed-off-by: Yevhen Fastiuk <yfastiuk@nvidia.com>
  • Loading branch information
fastiuk committed May 16, 2024
1 parent 1297f18 commit f399b12
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/sonic_package_manager/test_service_creator.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ def test_feature_registration(mock_sonic_db, manifest):
'has_global_scope': 'True',
'delayed': 'False',
'check_up_status': 'False',
'irrel_for_sysready': 'True',
'support_syslog_rate_limit': 'False',
})

Expand All @@ -349,6 +350,7 @@ def test_feature_update(mock_sonic_db, manifest):
'has_global_scope': 'True',
'delayed': 'False',
'check_up_status': 'False',
'irrel_for_sysready': 'True',
'support_syslog_rate_limit': 'False',
}
mock_connector = Mock()
Expand All @@ -373,6 +375,7 @@ def test_feature_update(mock_sonic_db, manifest):
'has_global_scope': 'True',
'delayed': 'True',
'check_up_status': 'False',
'irrel_for_sysready': 'True',
'support_syslog_rate_limit': 'False',
}),
], any_order=True)
Expand All @@ -395,6 +398,7 @@ def test_feature_registration_with_timer(mock_sonic_db, manifest):
'has_global_scope': 'True',
'delayed': 'True',
'check_up_status': 'False',
'irrel_for_sysready': 'True',
'support_syslog_rate_limit': 'False',
})

Expand All @@ -415,6 +419,7 @@ def test_feature_registration_with_non_default_owner(mock_sonic_db, manifest):
'has_global_scope': 'True',
'delayed': 'False',
'check_up_status': 'False',
'irrel_for_sysready': 'True',
'support_syslog_rate_limit': 'False',
})

Expand Down

0 comments on commit f399b12

Please sign in to comment.