From d29f8fa251540b48371f76e47ddba6315607d192 Mon Sep 17 00:00:00 2001 From: Provoost Date: Mon, 29 Jan 2018 13:01:07 +0100 Subject: 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 --- VNFs/DPPD-PROX/helper-scripts/openstackrapid/sriovrapid.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'VNFs/DPPD-PROX/helper-scripts/openstackrapid/sriovrapid.yaml') diff --git a/VNFs/DPPD-PROX/helper-scripts/openstackrapid/sriovrapid.yaml b/VNFs/DPPD-PROX/helper-scripts/openstackrapid/sriovrapid.yaml index d76e1ee3..dc512c65 100644 --- a/VNFs/DPPD-PROX/helper-scripts/openstackrapid/sriovrapid.yaml +++ b/VNFs/DPPD-PROX/helper-scripts/openstackrapid/sriovrapid.yaml @@ -167,7 +167,7 @@ outputs: # description: IP address of VM3 admin port # value: { get_attr: [vm3_admin_port, fixed_ips, 0, ip_address] } # vm3_public_ip: -# description: Floating IP address of VM32 in public network +# description: Floating IP address of VM3 in public network # value: { get_attr: [ vm3_floating_ip, floating_ip_address ] } # vm3_dataplane_ip: # description: IP address of VM3 dataplane port -- cgit 1.2.3-korg