summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
Diffstat (limited to 'ci')
-rw-r--r--ci/config_functest.yaml2
-rw-r--r--[-rwxr-xr-x]ci/exec_test.sh3
2 files changed, 2 insertions, 3 deletions
diff --git a/ci/config_functest.yaml b/ci/config_functest.yaml
index afa6ff1f6..e58fcea1a 100644
--- a/ci/config_functest.yaml
+++ b/ci/config_functest.yaml
@@ -54,7 +54,7 @@ healthcheck:
vping:
ping_timeout: 200
- vm_flavor: m1.small # adapt to your environment
+ vm_flavor: m1.tiny # adapt to your environment
vm_name_1: opnfv-vping-1
vm_name_2: opnfv-vping-2
image_name: functest-vping
diff --git a/ci/exec_test.sh b/ci/exec_test.sh
index 98d54f205..d7883307b 100755..100644
--- a/ci/exec_test.sh
+++ b/ci/exec_test.sh
@@ -93,8 +93,7 @@ function run_test(){
env | grep NODE_NAME > /dev/null; then
odl_logs="/home/opnfv/functest/results/odl/"
odl_path="${FUNCTEST_REPO_DIR}/testcases/Controllers/ODL/"
- node_name=$(env | grep NODE_NAME | cut -f2 -d'=')
- python ${odl_path}/odlreport2db.py -x ${odl_logs}/output.xml -i ${INSTALLER_TYPE} -p ${node_name} -s ${DEPLOY_SCENARIO}
+ python ${odl_path}/odlreport2db.py -x ${odl_logs}/output.xml
fi
;;
"tempest_smoke_serial")