Add rvm use system to bundle install for vIMS 73/6573/2
authorjose.lausuch <jose.lausuch@ericsson.com>
Wed, 13 Jan 2016 17:03:48 +0000 (18:03 +0100)
committerjose.lausuch <jose.lausuch@ericsson.com>
Wed, 13 Jan 2016 17:07:40 +0000 (18:07 +0100)
Change-Id: I890984f33fa1a51bb21806129b627dd7cfb8116b
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
testcases/config_functest.py

index 8ae0d16..d392d55 100755 (executable)
@@ -118,6 +118,7 @@ def action_start():
         # Install ruby libraries for vims test-case
         script = 'source /etc/profile.d/rvm.sh; '
         script += 'cd ' + VIMS_TEST_DIR + '; '
+        script += 'rvm use system;'
         script += 'bundle install'
 
         cmd = "/bin/bash -c '" + script + "'"