summaryrefslogtreecommitdiffstats
path: root/VNFs/DPPD-PROX/helper-scripts/openstackrapid/createrapid.py
diff options
context:
space:
mode:
authorProvoost <luc.provoost@intel.com>2018-01-29 13:01:07 +0100
committerDeepak S <deepak.s@linux.intel.com>2018-01-29 12:45:19 +0000
commitd29f8fa251540b48371f76e47ddba6315607d192 (patch)
tree86f7ab6a79db68c03d5d86338161a117de18c3de /VNFs/DPPD-PROX/helper-scripts/openstackrapid/createrapid.py
parentaa09ff9157159b26c431ba61a6f0a08308d123dd (diff)
Rework of the test cases in the *.test files
Cores can now be specified in the test files. An irq test has been added to verify if the VMs are not suffering from long interrupts. Change-Id: I647fda3ebf76c7c2b36a8df9a63d9fb83563c249 Signed-off-by: Provoost <luc.provoost@intel.com>
Diffstat (limited to 'VNFs/DPPD-PROX/helper-scripts/openstackrapid/createrapid.py')
-rwxr-xr-xVNFs/DPPD-PROX/helper-scripts/openstackrapid/createrapid.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/VNFs/DPPD-PROX/helper-scripts/openstackrapid/createrapid.py b/VNFs/DPPD-PROX/helper-scripts/openstackrapid/createrapid.py
index 0fb67237..beca11c3 100755
--- a/VNFs/DPPD-PROX/helper-scripts/openstackrapid/createrapid.py
+++ b/VNFs/DPPD-PROX/helper-scripts/openstackrapid/createrapid.py
@@ -39,7 +39,7 @@ flavor = "prox_flavor" # This is also the default in the yaml file....
image = "rapidVM" # This is also the default in the yaml file....
image_file = "rapidVM.qcow2"
dataplane_network = "dataplane-network" # This is also the default in the yaml file....
-subnet = "dpdk-subnet" #Hardcoded at this moment
+subnet = "dpdk-subnet" #subnet for dataplane
subnet_cidr="10.10.10.0/24" # cidr for dataplane
internal_network="admin_internal_net"
floating_network="admin_floating_net"
@@ -131,7 +131,7 @@ for opt, arg in opts:
print ("Using dataplane subnet: "+ subnet_cidr)
elif opt in ("--internal_network"):
internal_network = arg
- print ("Using controle plane network: "+ internal_network)
+ print ("Using control plane network: "+ internal_network)
elif opt in ("--floating_network"):
floating_network = arg
print ("Using floating ip network: "+ floating_network)