Remove rsync service from inconsistency_rule

Rsync service exists on all kvm nodes, so that
remove it from inconsistency_rule to avail false -negative results

Change-Id: I25ce5db2990645992c8fa7fb6cc33f082903b295
Closes-PROD: PROD-26431
diff --git a/cvp-sanity/cvp_checks/tests/test_services.py b/cvp-sanity/cvp_checks/tests/test_services.py
index 95dfb51..89794c1 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", "rsync"]}
+inconsistency_rule = {"kvm03": ["srv-volumes-backup.mount"]}
 
 
 def test_check_services(local_salt_client, nodes_in_group):