Commit Graph

5 Commits

Author SHA1 Message Date
Sean McGinnis 7839f35ca3
Retire repo
This patch completes step 2 of the infra project retirement process
found here:

https://docs.opendev.org/opendev/infra-manual/latest/drivers.html#step-2-remove-project-content

Reference:

http://lists.openstack.org/pipermail/openstack-discuss/2020-June/015600.html

Depend-on: https://review.opendev.org/737566

Change-Id: Id3a5477860323547a4e17155061f597a8c96640b
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2020-06-23 10:49:40 -05:00
Dao Cong Tien 0eca4733d6 Adds doc8 check to pep8
This patch adds doc8 check for .rst files to pep8.
Files that fail doc8 check are also fixed.

Ignore D001 of doc8 check. This requires lot of changes and
should be done in a separated patch.

Change-Id: Ie2d258e9268fe20ae7988a3b4af92a8a6973b9c6
2018-07-13 03:52:28 +00:00
Shachar Snapiri 0667728d51 Increase the maximum allowed time for list-ports
The rally job fails as the list-ports takes too long in the
NeutronNetworks.create_and_list_ports test.
This is because we create 100 ports per network, while neutron create
50 ports per network, while we have the same maximum time (15 seconds).
As we create double the ports neutron create, we should also set the
maximum allowed time to double the time.

Change-Id: I1993f50e1dc69ed6d8a250f953deab7bc7d46bea
2017-12-11 12:22:49 +02:00
Li Ma 2c6985400e Use neutron rally job
It's good to run rally job by the same definition from neutron.
We can compare the same scenario with the neutron default
configuration.

Change-Id: If5dfdf361504e713697b00e44c6a7d9c3ebd94f3
2016-11-30 05:00:56 +00:00
Gal Sagie e430419df8 Add Rally benchmarking hooks to Dragonflow
Once a rally job is configured in project-config, the
dragonflow.yaml file and scenarios will run in the gate
with Dragonflow as a plugin.
It is easy to extend and add new rally plugins and scenarios
in this repository to be used.

Change-Id: I3257acec07d0b62186fdcc27375f8237d1f0d2cc
2015-12-09 12:02:46 +02:00