aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
AgeCommit message (Expand)AuthorFilesLines
2016-05-11fix bug when run tc019(conf file copy missing in setup.py)rexlee87761-0/+2
2016-03-15Update setup.py and dependenciesJo¶rgen Karlsson1-1/+1
2016-02-10Updated install requirementsJo¶rgen Karlsson1-0/+1
2016-01-14Fix small bugs for running Apexlake on Montreal testbeduser1-1/+1
2016-01-11Implementation of yardstick-tc006 in YardstickVincenzo Riccobene1-0/+1
2016-01-10Support run cyclictest on BareMetalQiLiang1-0/+1
2016-01-10Rewrite the HA test case (2)wym_libra1-0/+2
2016-01-09running Parser Yang-to-Tosca module as a toolkubi1-0/+2
2016-01-08support for ipv6kubi1-0/+1
2015-12-18Rewrite the HA test case (1)wym_libra1-1/+2
2015-12-08Add netifaces to dependenciesJo¶rgen Karlsson1-0/+1
2015-11-13A initial HA test casewym_libra1-0/+1
2015-10-28part 2 :add coverage report in Jenkins for Yardstickkubi1-1/+3
2015-09-25Fix the bug described in YARDSTICK-142Julien-zte1-2/+0
2015-09-25Add functional tests in verify and mergekubi1-1/+2
2015-09-01add support for Jinja2 in task filekubi1-0/+1
2015-08-14Add support for generating graphs from outputKristian Hunt1-1/+5
2015-08-13Merge "Add lmbench scenario and sample"Jörgen Karlsson1-0/+1
2015-08-13Add lmbench scenario and sampleKristian Hunt1-0/+1
2015-08-04Update pbr requirement version in setup.pyQiLiang1-1/+1
2015-07-09bug fix: install ssh key resource filesQiLiang1-1/+2
2015-07-06Add support for measuring storage performance use fiohoujingwen1-1/+6
2015-06-16Add support for single server ping testHans Feldt1-4/+5
2015-06-15Add support for building imagesHans Feldt1-1/+2
2015-05-22add main cmd for yardstickHans Feldt1-2/+8
2015-05-13add README and scripts for build and testHans Feldt1-0/+24
an class="o">="---"> <script type="text/template"> ## Demo 1 Slide 1 --- ## Demo 1 Slide 2 --- ## Demo 1 Slide 3 </script> </section> <!-- Slides are separated by newline + three dashes + newline, vertical slides identical but two dashes --> <section data-markdown data-separator="^\n---\n$" data-separator-vertical="^\n--\n$"> <script type="text/template"> ## Demo 2 Slide 1.1 -- ## Demo 2 Slide 1.2 --- ## Demo 2 Slide 2 </script> </section> <!-- No "extra" slides, since there are no separators defined (so they'll become horizontal rulers) --> <section data-markdown> <script type="text/template"> A --- B --- C </script> </section> <!-- Slide attributes --> <section data-markdown> <script type="text/template"> <!-- .slide: data-background="#000000" --> ## Slide attributes </script> </section> <!-- Element attributes --> <section data-markdown> <script type="text/template"> ## Element attributes - Item 1 <!-- .element: class="fragment" data-fragment-index="2" --> - Item 2 <!-- .element: class="fragment" data-fragment-index="1" --> </script> </section> <!-- Code --> <section data-markdown> <script type="text/template"> ```php public function foo() { $foo = array( 'bar' => 'bar' ) } ``` </script> </section> </div> </div> <script src="../../lib/js/head.min.js"></script> <script src="../../js/reveal.js"></script> <script> Reveal.initialize({ controls: true, progress: true, history: true, center: true, // Optional libraries used to extend on reveal.js dependencies: [ { src: '../../lib/js/classList.js', condition: function() { return !document.body.classList; } }, { src: 'marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }, { src: 'markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }, { src: '../highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } }, { src: '../notes/notes.js' } ] }); </script> </body> </html>