From a6ed66db5fc4e100ccc4e32f4c336d2dca6688b4 Mon Sep 17 00:00:00 2001 From: Nauman_Ahad Date: Thu, 12 Nov 2015 16:28:30 +0500 Subject: RAMSpeed Benchmarks Included along with Sys Info for Net testcases RAMSpeed benchmark playbooks, result transformation scripts included. System Information also included for Network Testcases System Information Playbook checks for the type of testcase, and gathers benchmark relevant information only (No Network Info for Compute TestCase) JIRA: QTIP-54 JIRA: QTIP-38 Change-Id: I8612f06fedfaf7314552c06f388ea6c0cd23f1ee Signed-off-by: Nauman_Ahad --- benchmarks/playbooks/whetstone.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'benchmarks/playbooks/whetstone.yaml') diff --git a/benchmarks/playbooks/whetstone.yaml b/benchmarks/playbooks/whetstone.yaml index 2e3159b8..c22ea433 100644 --- a/benchmarks/playbooks/whetstone.yaml +++ b/benchmarks/playbooks/whetstone.yaml @@ -20,6 +20,8 @@ - name: make directory shell: mkdir $HOME/qtip_result - include: ./sys_info_pbook.yaml + vars: + network: false - name: Installing UnixBench dependencies if CentOS shell: yum install git gcc patch perl-Time-HiRes -y when: ansible_os_family == "RedHat" -- cgit 1.2.3-korg