bugfix: use B-rls bottlenecks image file 27/13427/2
authorwangyaoguang <sunshine.wang@huawei.com>
Fri, 29 Apr 2016 09:44:41 +0000 (17:44 +0800)
committerwangyaoguang <sunshine.wang@huawei.com>
Fri, 29 Apr 2016 09:50:04 +0000 (17:50 +0800)
JIRA: BOTTLENECK-74

Change-Id: I4cb84756d207be1f3917b2e730150b26d253e27e
Signed-off-by: wangyaoguang <sunshine.wang@huawei.com>
testsuites/rubbos/run_rubbos.py

index e49ff7e..e5f3e53 100755 (executable)
@@ -297,14 +297,15 @@ def main():
     global image_url
     Bottlenecks_repo_dir = "/home/opnfv/bottlenecks"      # same in Dockerfile, docker directory
 
-    image_url = 'http://artifacts.opnfv.org/bottlenecks/rubbos/trusty-server-cloudimg-amd64-btnks.img'
+    #image_url = 'http://artifacts.opnfv.org/bottlenecks/rubbos/trusty-server-cloudimg-amd64-btnks.img'
+    image_url = 'http://artifacts.opnfv.org/bottlenecks/rubbos/bottlenecks-trusty-server.img'
 
     if not (args.conf):
        logger.error("Configuration files are not set for testcase")
        exit(-1)
     else:
        Heat_template = args.conf
-    
     master_user_data=""
     agent_user_data=""
     with open(Bottlenecks_repo_dir+"/utils/infra_setup/user_data/p-master-user-data") as f: