Remove csv mount from Gainsight configuration

Change-Id: Ie910a31718deb4ea41250ba2bf0ad6a31635915c
Related-PROD: PROD-34801
diff --git a/metadata/service/gainsight/container.yml b/metadata/service/gainsight/container.yml
index 04d1eb5..d5a221c 100644
--- a/metadata/service/gainsight/container.yml
+++ b/metadata/service/gainsight/container.yml
@@ -7,4 +7,3 @@
       dir:
         config: /srv/volumes/local/gainsight/config
         crontab: /srv/volumes/local/gainsight/cron.d
-        csv: /srv/volumes/local/gainsight/csv
\ No newline at end of file
diff --git a/prometheus/gainsight.sls b/prometheus/gainsight.sls
index 7f61fe9..4862c3b 100644
--- a/prometheus/gainsight.sls
+++ b/prometheus/gainsight.sls
@@ -11,10 +11,6 @@
   file.directory:
     - makedirs: True
 
-{{gainsight.dir.csv}}:
-  file.directory:
-    - makedirs: True
-
 {{gainsight.dir.config}}/config.ini:
   file.managed:
   - source: salt://prometheus/files/gainsight/gainsight_config.yml
diff --git a/tests/run_tests.sh b/tests/run_tests.sh
index 29fb975..ddcb7f0 100755
--- a/tests/run_tests.sh
+++ b/tests/run_tests.sh
@@ -39,6 +39,7 @@
     log_info "Setting up Python virtualenv"
     virtualenv $VENV_DIR
     source ${VENV_DIR}/bin/activate
+    pip install -r test-requirements.txt
     pip install salt${PIP_SALT_VERSION}
 }
 
diff --git a/tests/test-requirements.txt b/tests/test-requirements.txt
new file mode 100644
index 0000000..cf42007
--- /dev/null
+++ b/tests/test-requirements.txt
@@ -0,0 +1 @@
+msgpack<1.0.0