Renamed folder with tests to make them consistent with cvp-runner.groovy
and CVP jobs in cluster Jenkins
Return rsync service into inconsistency_rule

Related-Task: #PROD-23604(PROD:23604)

Change-Id: I94afe350bd1d9c184bafe8e9e270aeb4c6c24c50
diff --git a/Dockerfile b/Dockerfile
index bb69afe..cd6b073 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -28,14 +28,14 @@
 # Due to upstream bug we should use fixed version of pip
     python -m pip install --upgrade 'pip==9.0.3' \
     # initialize cvp sanity test suite
-          && pushd cvp_sanity  \
+          && pushd cvp-sanity  \
           && virtualenv  venv \
           && . venv/bin/activate \
           && pip install -r requirements.txt \
           && deactivate \
           && popd \
     # initialize cvp spt test suite
-          && pushd cvp_spt  \
+          && pushd cvp-spt  \
           && virtualenv  venv \
           && . venv/bin/activate \
           && pip install -r requirements.txt \