aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjf9860 <jf9860@att.com>2017-03-01 12:04:43 -0500
committerjf9860 <jf9860@att.com>2017-03-01 12:04:58 -0500
commite770718749bf1d2f622a9acf70f1e6ca80c1823d (patch)
tree536905788129feb8d5e49d767bca19282de921ca
parent9ab263457a4b8846119b63851fbd03ab884751d6 (diff)
Fix template as per Marco
Change-Id: I80dd12dd3c8c4237176bad5f9e5b39581e01b004 Signed-off-by: jf9860 <jf9860@att.com>
-rw-r--r--robot/assets/asdc/base_vlb/base_vlb.yaml1
-rw-r--r--setup.sh2
2 files changed, 1 insertions, 2 deletions
diff --git a/robot/assets/asdc/base_vlb/base_vlb.yaml b/robot/assets/asdc/base_vlb/base_vlb.yaml
index d65846fc..c292f295 100644
--- a/robot/assets/asdc/base_vlb/base_vlb.yaml
+++ b/robot/assets/asdc/base_vlb/base_vlb.yaml
@@ -250,7 +250,6 @@ resources:
networks:
- network: { get_param: public_net_id }
- port: { get_resource: vdns_private_0_port }
- - port: { get_resource: vdns_private_0_port }
- port: { get_resource: vdns_private_1_port }
metadata: {vnf_id: { get_param: vnf_id }, vf_module_id: { get_param: vf_module_id }}
user_data_format: RAW
diff --git a/setup.sh b/setup.sh
index 5fe9c1cd..804659d2 100644
--- a/setup.sh
+++ b/setup.sh
@@ -7,7 +7,7 @@
# get the path
path=$(pwd)
-pip install --target="$path/robot/library" 'selenium<=3.0.0' 'requests==2.11.1' 'robotframework-selenium2library==1.8.0' \
+pip install --no-cache-dir --target="$path/robot/library" 'selenium<=3.0.0' 'requests==2.11.1' 'robotframework-selenium2library==1.8.0' \
'robotframework-databaselibrary==0.8.1' 'robotframework-extendedselenium2library==0.9.1' 'robotframework-requests==0.4.5' \
'robotframework-sshlibrary==2.1.2' \
'robotframework-sudslibrary==0.8' 'robotframework-ftplibrary==1.3' 'robotframework-rammbock==0.4.0.1' \