Add rsync in inconsistency rules for test_check_services
Change-Id: Ie5e93d93ca07d74d95ba074737edcbac30cdf843
Fixes-Bug: #PROD-27204(PROD:27204)
diff --git a/cvp-sanity/cvp_checks/tests/test_services.py b/cvp-sanity/cvp_checks/tests/test_services.py
index 89794c1..95dfb51 100644
--- a/cvp-sanity/cvp_checks/tests/test_services.py
+++ b/cvp-sanity/cvp_checks/tests/test_services.py
@@ -7,7 +7,7 @@
# For example , there are 3 node in kvm group, but just kvm03 node has srv-volumes-backup.mount service
# in service.get_all
# NODE NAME SERVICE_NAME
-inconsistency_rule = {"kvm03": ["srv-volumes-backup.mount"]}
+inconsistency_rule = {"kvm03": ["srv-volumes-backup.mount", "rsync"]}
def test_check_services(local_salt_client, nodes_in_group):