diff options
author | Mofassir Arif <mofassir@gmail.com> | 2015-10-22 12:39:37 -0700 |
---|---|---|
committer | Mofassir Arif <mofassir@gmail.com> | 2015-11-05 06:17:02 -0800 |
commit | 95bf8a8c96b2be94512e042f3f3c82edcbebf84d (patch) | |
tree | 7c7d1acd4dd596e84699a18d04e6ba2790e6fec2 /README | |
parent | ed6de63572d92bb5af8be22ced0a749400f4d3d4 (diff) |
Python Framework for QTIP
Dhrystone Whetstone and DPI benchmarks have been implemented
CLI arguments have been implemented
test case are sorted based on category such as compute,network and storage
glance and heat client have been used to generate the stack.
automatic upload of QTIP image and delete function for existing stack before
creating new stack has been implemented
system information collecton and result generation has been implemented
JIRA: QTIP-17
Signed-off-by: Mofassir Arif <mofassir_arif@dell.com>
Change-Id: I4b7b134017723c30c771cc14d2edce33fcb8ba00
Diffstat (limited to 'README')
-rw-r--r-- | README | 36 |
1 files changed, 28 insertions, 8 deletions
@@ -15,27 +15,30 @@ The efforts in QTIP are mostly focused on identifying -QTIP currently consists of a bash script (QTIP.sh). +QTIP Framework can now be called: (qtip.py). -The script can run 4 comuting benchmarks: +The Framework can run 5 computing benchmarks: 1. Dhrystone 2. Whetstone 3. RamBandwidth -4. Cachebandwidth +4. SSL +5. nDPI These benchmarks can be run in 2 test cases: 1. VM vs Baremetal -2. Baremetal vs Baremeatl +2. Baremetal vs Baremetal 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 +1. Download and source the OpenStack adminrc file for the deployment on which you want to create the VM for benchmarking +2. run python qtip.py -s {SUITE} -b {BENCHMARK} +3. run python qtip.py -h for more help +4. list of benchmarks can be found in the qtip/test-cases directory +5. SUITE referes to compute, network or storage Requirments: 1. Ansible 1.9.2 2. Python 2.7 - +3. PyYAML Configuring Test Cases: @@ -44,6 +47,23 @@ For each Test case, a Config.yaml file contains the details for the machines upo Edit the IP and the Password fields within the files for the machines on which the benchmark is to run. A robust framework that would allow to include more tests would be included within the future +Jump Host requirements: +The following packages should be installed on the server from which you intend to run QTIP. +1: Heat Client +2: Glance Client +3: Nova Client +4: Neutron Client +5: Wget +6: pyYaml + +Networking +1: The Host Machines/compute nodes to be benchmarked should have public/access network +2: The Host Machines/compute nodes should allow Password Login + + +QTIP support for Foreman + +{TBA} |