Commit Graph

7 Commits

Author SHA1 Message Date
huang.zhiping 869f4ca522 Update home-page
Change-Id: Iacb1238ab1354443fbeeffcc6d0e90127040d418
2019-05-31 08:56:02 +00:00
Nguyen Hung Phuong 85b222cffe fix tox python3 overrides
We want to default to running all tox environments under python 3, so
set the basepython value in each environment.

We do not want to specify a minor version number, because we do not
want to have to update the file every time we upgrade python.

We do not want to set the override once in testenv, because that
breaks the more specific versions used in default environments like
py35 and py36.

Change-Id: I45a7155785ce37dbeb8c77d409437d65bcdc479b
2018-07-18 02:03:38 +00:00
Luong Anh Tuan 5f122c0665 Indicating the location tests directory in oslo_debug_helper
According to [1], we can passing a "-t" argument to
oslo_debug_helper to indicate the directory where tests
are located. This will solves ImportError exception.

[1] https://docs.openstack.org/developer/oslotest/features.html

Change-Id: Iff8d4347b4d16a646fb89e38ba4eaeb950377053
Closes-Bug: #1666560
2017-03-09 23:49:01 +07:00
Ilya Shakhat c83599d45b Add tool for Rally reliability analytics
Change-Id: I160580f4f5f4ef7dd9cfdb1fc887a1fce8e2c4d2
2016-09-29 16:57:54 +03:00
Jenkins 167dcc8480 Merge "Add scripts for marathon health check testing" 2016-04-01 13:04:18 +00:00
David Burnazyan c415fcce34 Add scripts for marathon health check testing
Change-Id: Ia492436f27b31051f6bc7936da9d599ba72c5ff0
2016-04-01 14:12:41 +03:00
Sergey Galkin 1cc90a4123 Add scripts for mesos marathon performance testing
This is a draft

1. application_managment_helper.py is helper to create or delete apps in marathon
2. marathon-scale-tests.py is scripts for testing marathon and mesos
3. run_full_tests.sh is script for run all tests and generate json with results
4. result-analize.py is script for generate RST report with table and graphs

Change-Id: Ic7dc472c90bf5746c3c2b364afc694c83b8509b7
2016-03-31 14:16:41 +03:00