From 9eae154feaa1c4f30477c7d67050cb3c1135824c Mon Sep 17 00:00:00 2001 From: Yang Xu Date: Tue, 27 Nov 2018 13:00:05 -0500 Subject: Serveral changes in vCPE testing script To work with automated vCPE model distribution robot, several changes are made 1. Add image name and flavor in preload data 2. Shorten instance name for rescust service 3. Pass in ip as command line input to cleanvGMUX.py Change-Id: I6f7c8ae711afbc4665e2de72b6abae7969eecb5c Issue-ID: INT-717 Signed-off-by: Yang Xu (cherry picked from commit 105db515bbcc2f9a2c6b0363b866af24837cc4ac) --- test/vcpe/preload_templates/template.vcpe_gwgra_vfmodule.json | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'test/vcpe/preload_templates/template.vcpe_gwgra_vfmodule.json') diff --git a/test/vcpe/preload_templates/template.vcpe_gwgra_vfmodule.json b/test/vcpe/preload_templates/template.vcpe_gwgra_vfmodule.json index b9e7c3dc6..f453aafe2 100644 --- a/test/vcpe/preload_templates/template.vcpe_gwgra_vfmodule.json +++ b/test/vcpe/preload_templates/template.vcpe_gwgra_vfmodule.json @@ -17,6 +17,14 @@ "vf-module-topology": { "vf-module-parameters": { "param": [ + { + "name": "vcpe_image_name", + "value": "vgw-casa-base-ubuntu-16-04" + }, + { + "name": "vcpe_flavor_name", + "value": "m1.medium" + }, { "name": "public_net_id", "value": "${public_net_id}" -- cgit 1.2.3-korg