From 791868bdaabb08237fadae957a19c496a1892905 Mon Sep 17 00:00:00 2001 From: JingLu5 Date: Fri, 4 Nov 2016 15:21:50 +0800 Subject: Upgrade yardstick VM image from Ubuntu 14.04 to 16.04 JIRA: YARDSTICK-365 This patch upgrades the base Ubuntu version of Yardstick VM image from trusty(14.04) to xenial(16.04). If you still want to use Ubuntu 14.04 to build Yardstick custom image you can use command: sudo ./tools/yardstick-img-modify tools/ubuntu-server-cloudimg-modify.sh trusty And now the "yardstick-trusty-server" is rename as "yardstick-image". Change-Id: I0765f3aee2d17eea1ad2257d0f576cdb9ef2b18d Signed-off-by: JingLu5 --- samples/netperf.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'samples/netperf.yaml') diff --git a/samples/netperf.yaml b/samples/netperf.yaml index 4d7f7a798..0dd56348b 100755 --- a/samples/netperf.yaml +++ b/samples/netperf.yaml @@ -46,7 +46,7 @@ scenarios: context: name: demo - image: yardstick-trusty-server + image: yardstick-image flavor: yardstick-flavor user: ubuntu -- cgit 1.2.3-korg