From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 356E9C450 for ; Thu, 18 Jun 2015 05:10:50 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga101.fm.intel.com with ESMTP; 17 Jun 2015 20:10:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,636,1427785200"; d="scan'208";a="510125113" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by FMSMGA003.fm.intel.com with ESMTP; 17 Jun 2015 20:10:48 -0700 Received: from shecgisg003.sh.intel.com (shecgisg003.sh.intel.com [10.239.29.90]) by shvmail01.sh.intel.com with ESMTP id t5I3Aks4014309; Thu, 18 Jun 2015 11:10:46 +0800 Received: from shecgisg003.sh.intel.com (localhost [127.0.0.1]) by shecgisg003.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id t5I3AiQp017404; Thu, 18 Jun 2015 11:10:46 +0800 Received: (from yliu84x@localhost) by shecgisg003.sh.intel.com (8.13.6/8.13.6/Submit) id t5I3Ailf017400; Thu, 18 Jun 2015 11:10:44 +0800 From: Yong Liu To: dts@dpdk.org Date: Thu, 18 Jun 2015 11:10:42 +0800 Message-Id: <1434597042-17368-1-git-send-email-yong.liu@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dts] [PATCH] Add vxlan_sample suite virtual machine configuration file X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Jun 2015 03:10:50 -0000 From: Marvin Liu Signed-off-by: Marvin Liu diff --git a/conf/vxlan_sample.cfg b/conf/vxlan_sample.cfg new file mode 100644 index 0000000..28d0f95 --- /dev/null +++ b/conf/vxlan_sample.cfg @@ -0,0 +1,28 @@ +# vm configuration for vxlan sample case +[vm0] +cpu = + model=host,number=4,cpupin=24 25 26 27; +mem = + size=4096,hugepage=yes; +disk = + file=/storage/vm-image/vm0.img; +login = + user=root,password=tester; +vnc = + displayNum=1; + +[vm1] +cpu = + model=host,number=4,cpupin=28 29 30 31; +mem = + size=4096,hugepage=yes; +disk = + file=/storage/vm-image/vm1.img; +login = + user=root,password=tester; +qga = + enable=yes; +vnc = + displayNum=2; +daemon = + enable=yes; -- 1.9.3