diff options
| author | Ilya Shakhat <shakhat@gmail.com> | 2018-09-14 12:00:08 +0200 |
|---|---|---|
| committer | Ilya Shakhat <shakhat@gmail.com> | 2018-09-17 18:02:30 +0200 |
| commit | 175cfeef5c98e67299842d5ff3e36ed5e1978c4b (patch) | |
| tree | 6d4e4518ba15a14ee47ba72ed8efe0ae3ae06367 /devstack/lib/osprofiler | |
| parent | 2b4786b5cc819c5d321d97e3cf9e1d5f24ebdb97 (diff) | |
| download | osprofiler-175cfeef5c98e67299842d5ff3e36ed5e1978c4b.tar.gz | |
Add a job to run full Tempest with enabled profiler
Default Tempest jobs only execute tests, but do not configure
osprofiler library. This patch adds a job that executes full
Tempest with enabled osprofiler. Currently the job is non-voting.
Depends-on: I64f30c36adbf7fb26609142f22d3e305ac9e82b5
Change-Id: Ib0ad4d22b62dba7cfea76283be2d87574f010c87
Diffstat (limited to 'devstack/lib/osprofiler')
| -rw-r--r-- | devstack/lib/osprofiler | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/devstack/lib/osprofiler b/devstack/lib/osprofiler index 4bff5ed..1848d57 100644 --- a/devstack/lib/osprofiler +++ b/devstack/lib/osprofiler @@ -85,6 +85,11 @@ function configure_osprofiler() { fi } +function configure_osprofiler_in_tempest() { + + iniset $TEMPEST_CONFIG profiler key $OSPROFILER_HMAC_KEYS +} + # Restore xtrace $XTRACE |
