From 12b2b2c38e01a00c07c09b924a5b62f8ddc74145 Mon Sep 17 00:00:00 2001 From: Nauman Ahad Date: Fri, 14 Aug 2015 14:30:41 -0700 Subject: Added automation script, 2 test cases, Heat template for test case, Project INFO files Structured existing playbooks into directories, added automations scripts and test cases which were demonstrated in demo1. Basic Directoy structure also introduced. All hard coded values removed. JIRA: QTIP-3 Change-Id: Icdceb0f125a5275d3dee7845a403e567d729dc26 Signed-off-by: Nauman Ahad --- README | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 00000000..0303342e --- /dev/null +++ b/README @@ -0,0 +1,47 @@ +QTIP Benchmark sutie +--------------------- + + +QTIP is a benchmarking suite intendend to benchmark the following components of the OPNF Plaform: +1. Computing components +2. Networking components +3. Storage components + +The efforts in QTIP are mostly focused on identifying +1. Benchmarks to run +2. Test cases in which these benchmarks to run +3. Automation of suite to run benchmarks within different test cases +4. Collection of test results + + + +QTIP currently consists of a bash script (QTIP.sh). + +The script can run 4 comuting benchmarks: +1. Dhrystone +2. Whetstone +3. RamBandwidth +4. Cachebandwidth + +These benchmarks can be run in 2 test cases: +1. VM vs Baremetal +2. Baremetal vs Baremeatl + +Instructions to run the script: +1. Download the OpenStack adminrc file for the deployment on which you want to create the VM for benchmarking +2. run ./QTIP {TEST CASE} {BENCHMARK} +3. ./QTIP.sh -h for more help + +Requirments: +1. Ansible 1.9.2 +2. Python 2.7 + + + +A robust framework that would allow to include more tests would be included within the future + + + + + + -- cgit 1.2.3-korg