aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2016-02-22Modifed documentation to generate improved PDFs in tool chainNauman_Ahad16-530/+608
Modified the location for documentation files within the docs directory. Index files modified to generate better PDFs Change-Id: Ie21b1021a8d09013df48afc6d737d95ee8aeed92 Signed-off-by: Nauman_Ahad <nauman_ahad@xflowresearch.com> (cherry picked from commit 6700444ea735f678ed2841fec29ab11947905a1a)
2016-02-01Bug Fixes for SSL index calculationNauman_Ahad1-3/+6
Index calcuation for SSL caused a ValueError when converting to float due to the presence of a trailing "k" character. This has ben resolved. Change-Id: I6f7d061977a3a8cbc2aa1afe154df5eeec9feac8 Signed-off-by: Nauman_Ahad <nauman_ahad@xflowresearch.com> (cherry picked from commit cbdddad944abba7be2eb848b16b2abc1ce791f50)
2016-02-01bug-fix: fix bug in docker run file, replace $$ with &&MofassirArif1-15/+16
Change-Id: Ic48483ae97aab2f844ee753cecf5fc3714a13cdb Signed-off-by: MofassirArif <Mofassir_Arif@dellteam.com> (cherry picked from commit bab7c5360e2bd4eabc63e3b78cb6fcea8730b608)
2016-02-01bug fix: result collection bug fix for docker imagesMofassirArif3-67/+105
Change-Id: Ia4ea09b90c7a4f4e3699af456c6d66e85661cc0b Signed-off-by: MofassirArif <Mofassir_Arif@dellteam.com> (cherry picked from commit 971a7c98515a9d83661f5e423f7e8390f35dca59)
2016-02-01Documents for QTIP Compute and Storage TestcasesNauman_Ahad2-0/+89
Documents list storage and compute benchmarks and testcases included in B release for QTIP. Documents in .rst format Change-Id: Ifb6d09552ba4ff9272110062cda9e66fb6c32fe6 Signed-off-by: Nauman_Ahad <Nauman_Ahad@dell.com> (cherry picked from commit 1c5f0ba83b4cccf98df24d939768a74294cc7498)
2016-02-01docs: add docs for usage, introduction and iperf testcaseMofassirArif3-0/+319
Change-Id: Ida3460ddd5d2b377351681e5f1d2457ec76ae95f Signed-off-by: MofassirArif <Mofassir_Arif@dellteam.com> (cherry picked from commit 67373633d382f3152d970a22192b4fc7c11248b7)
2016-02-01bug fix: make installer specific changes for baremetal. caterMofassirArif4-2/+176
for fuel Change-Id: Ie8c233873041238e3fc1aaaa653653552c7c7428 Signed-off-by: MofassirArif <Mofassir_Arif@dellteam.com> (cherry picked from commit 254ebb0efff73faa2285cf9f1ce70298a9787cb0)
2016-01-05I have added the placeholder documentation files andMofassir9-3/+115
folders. They will be editted in time for the release Change-Id: Id69392233399ad536b359da5733dfaa43a602443 Signed-off-by: Mofassir <Mofassir_arif@Dellteam.com>
2015-11-05Python Framework for QTIPMofassir Arif1-0/+47
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
2015-09-10Example as code, documentation template for sphinx buildAric Gardner4-0/+150
This code will be pushed to each project creating a docs/ directory This servers as an example and template for you (the developers) to create your own project documentation Change-Id: I53a904d9340a8dda554cf219362123df765275b6 JIRA:RELENG-15 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>