Upgraded the virtualenv
authorhelenyao <yaohelan@huawei.com>
Tue, 13 Dec 2016 02:49:48 +0000 (21:49 -0500)
committerhelenyao <yaohelan@huawei.com>
Tue, 13 Dec 2016 02:52:03 +0000 (21:52 -0500)
JIRA: FUNCTEST-654

The virtualenv is too old and it will break the unit test if it runs the second time.

Change-Id: I9f1a408f0e43bff4499575fa57cabd1a83d99b3a
Signed-off-by: helenyao <yaohelan@huawei.com>
requirements.txt [changed mode: 0644->0755]
test-requirements.txt [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 88d0d7d..28b3fed
@@ -12,7 +12,7 @@ python-ceilometerclient==2.6.2
 python-keystoneclient==3.5.0
 python-neutronclient==6.0.0
 python-congressclient==1.5.0
-virtualenv==1.11.4
+virtualenv==15.1.0
 pexpect==4.0
 requests>=2.8.0
 robotframework==2.9.1
old mode 100644 (file)
new mode 100755 (executable)
index d65e12f..8be8e20
@@ -20,4 +20,4 @@ requests==2.8.0
 robotframework==2.9.1
 robotframework-requests==0.3.8
 robotframework-sshlibrary==2.1.1
-virtualenv==1.11.4
\ No newline at end of file
+virtualenv==15.1.0
\ No newline at end of file