aboutsummaryrefslogtreecommitdiffstats
path: root/tools/yardstick-img-dpdk-finalize.sh
diff options
context:
space:
mode:
authorwu.zhihui <wu.zhihui1@zte.com.cn>2016-08-09 15:30:56 +0800
committerwu.zhihui <wu.zhihui1@zte.com.cn>2016-08-09 15:44:56 +0800
commitdbff89e9145a4841561da858b5de9df7609748f7 (patch)
tree5a97d96926e41f4095e24977a8689fa1fa6243b4 /tools/yardstick-img-dpdk-finalize.sh
parentdf30d59db7bf598d1ecdb874f84d722445a15fde (diff)
Two modifications for DPDK image
1. workaround for creating snapshot 2. modify the parameters of Hugepage in vm JIRA:YARDSTICK-233 Change-Id: I9cea76ed30dabe4fe2cb644e58ed0acd7dd8ecde Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
Diffstat (limited to 'tools/yardstick-img-dpdk-finalize.sh')
-rw-r--r--tools/yardstick-img-dpdk-finalize.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/yardstick-img-dpdk-finalize.sh b/tools/yardstick-img-dpdk-finalize.sh
index b9ea83e11..7a450e269 100644
--- a/tools/yardstick-img-dpdk-finalize.sh
+++ b/tools/yardstick-img-dpdk-finalize.sh
@@ -29,6 +29,9 @@ do
fi
done
+# workaround: Without wait time, the file size of pktgen is zero in the snapshot.
+sleep 60
+
status=$(nova image-create --poll $stackname $new_image_name)
if [[ "$status" =~ "Finished" ]];then
echo "$new_image_name finished"