Commit Graph

9 Commits

Author SHA1 Message Date
Andrey Kurilin bf416eedcf [ci] Use zuul v3 native job for Rally
Change-Id: I041029751273f758cbca11de5825e793e3c28593
2018-05-16 18:13:44 +03:00
Liping Mao (limao) f0abb5a579 Fix Rally test case error
Transform plain function into scenario plugin is deprecated.
Now scenarios must be represented by classes, this patch
change update all scenarios from functions to classes.

Change-Id: I60f6fd175d67b72cd93bee5f4a70ee29cc062a70
Closes-Bug: #1710828
2017-08-15 16:55:29 +08:00
Liping Mao 6543e0472d container connect both bridge and kuryr network in Rally
docker_client.create_container will connect to bridge
network by default.

Change-Id: I1d54203a5de60958c094aaeec4182c4253730bf3
Closes-bug: #1640720
2017-04-16 14:31:59 +08:00
Dongcan Ye 8e7f70db47 Temporary cleanup remove_container method in Rally job
Change-Id: I9979b69446615e2bdbcdb0c7ad0dc5858925a36a
Closes-Bug: #1646005
2016-11-30 16:58:11 +08:00
Liping Mao f704f73959 Measure performance of docker create/delete container with/without kuryr.
Partially-implements: bp kuryr-libnetwork-rally

Change-Id: I3c122e50e2dc1a4d1cbc268c56723fdac7de1f54
2016-11-08 13:48:48 +08:00
Liping Mao 0e5632546c Add Rally test to measure docker create/delete network with/without kuryr.
Change-Id: If24a8307173cdfcbb1d67dd8c74f956a9ceef44c
Partially-implements: bp kuryr-libnetwork-rally
2016-11-05 22:20:42 +08:00
Liping Mao 2f19a2cf81 kuryr-libnetwork rally test job error log
Change-Id: Id6c1b4e22777fc7e425a91d62814724e03e43bf9
Closes-bug: #1638509
2016-11-02 17:53:11 +08:00
Baohua Yang 0d4a5aa586 Add rally case for create and delete network
Add the create and delete network case, and the task file.
You can run the case by running:
rally --plugin-paths rally-jobs/plugins/ task start
rally-jobs/tasks/scenarios/create_and_delete_networks.json

implements blueprint: fullstack-testing

Change-Id: I48d3f2dbc75b8d7ec407dd18826b58f480ebaa02
2016-03-07 13:57:44 +08:00
Baohua Yang cf2853a36d Add the kuryr plugin for rally
1. Following Rally plugin structure, create the kuryr plugin.
2. Add one scenario of listing the networks.
3. Add the task file to trigger the scenario. Currently, users
can try this task (with rally installed) by running:
rally --plugin-paths rally-jobs/plugins/ task start
rally-jobs/tasks/scenarios/list_networks.json
4. Merge gal's update on the gate task yaml.

implements blueprint: fullstack-testing

Change-Id: Ie68c4f4f70a81cfeafe2b13e2a896570576a6892
2016-02-17 17:02:15 +08:00