From 7439c895c0ad2960712910ab6b72042884ce2a41 Mon Sep 17 00:00:00 2001 From: ahothan Date: Mon, 13 May 2019 10:34:15 -0700 Subject: NFVBENCH-134 Support multiple idle interfaces per test VM Enhance test VM to support auto-selection of PCI addresses based on MAC address Enhance syslog reporting in test VM Increase test VM version to 0.7 Add new properties to cfg.defaults.yaml to support idle interfaces Enhance cleanup to support idle networks and ports Change-Id: Ia89a2a1bee9eb5fb56f7adde074bdcec09cb0a3f Signed-off-by: ahothan --- nfvbenchvm/dib/build-image.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nfvbenchvm/dib/build-image.sh') diff --git a/nfvbenchvm/dib/build-image.sh b/nfvbenchvm/dib/build-image.sh index d9ab20e..2291844 100755 --- a/nfvbenchvm/dib/build-image.sh +++ b/nfvbenchvm/dib/build-image.sh @@ -11,7 +11,7 @@ set -e gs_url=artifacts.opnfv.org/nfvbench/images # image version number -__version__=0.6 +__version__=0.7 image_name=nfvbenchvm_centos-$__version__ # if image exists skip building -- cgit 1.2.3-korg