Commit Graph

7 Commits

Author SHA1 Message Date
Ghanshyam Mann b540700061 Retire patrole
Patrole project is not active anymore and its gate is broken.
We waited for couple of cycle to see if there is any interest
in this project and anyone can maintain it. But we did not get any
new maintainers and current QA team does not have bandwidth/interest
to continue maintaining it.

This project was for RBAc testing which is moving towards unit/functional
tests on service side as well as tempest plugins tests.

In QA 2023.2 PTG, we decided to retire this project

- https://etherpad.opendev.org/p/qa-bobcat-ptg

Change-Id: I7721cf06104e5871ec27cdd87d4608dace60a8b7
2023-04-10 22:29:00 -05:00
Goutham Pratapa d16ccfb64a Fix Doc mistakes and add log to gitignore.
This commit is to fix few gaps in documentation.

Change-Id: I20021bdfb94d143f21a17dac77ee157fec7ab0af
2019-01-30 23:53:15 +00:00
Felipe Monteiro 47c43cb6ca docs: Use sphinx-apidoc library for autodoc generation
This package is used for automatic generation of autodoc
documentation which offers the following advantages:

* the Patrole framework for all modules is always built
  and kept up to date
* it is isolated in its own page layout
* it can still be linked to by other documentation pages
  easily

Change-Id: I101557efe47293f88ee65b99275fdc8424c02e35
2018-11-14 09:02:11 -06:00
Masayuki Igawa 80b9aab769
[docs] Fix weird indentation in documentation
This commit fixes weird indentations in the documentation. And this
commit also adds auto generated file `patrole.conf.sample` to
.gitignore because we don't need to manage it in a git repository.

Change-Id: Ic6816ad04675917bf81c9d172b09feb5f40a2829
2018-01-09 17:05:09 +09:00
Felipe Monteiro 5fa20f7e63 Switch to use stestr for unit tests directly
This commit switches to use stestr command to run unit tests directly.
Recently, the latest ostestr command uses stestr instead of testr.
However, we should use stestr directly because it's simple and
straight forward. There is no reason to use ostestr for unit tests
anymore.

Modeled after Iff4abef50178bdc83b868eed4a906e22d790762b

Change-Id: Ie50cd57e87bc049c29b86fce67cc1a2061dad690
2017-12-01 17:35:44 +00:00
Nguyen Van Trung cb433c00de Improve gitignore for project
Some items need to remove before push into gerrit as following:

- *.idea: A lot of created files when use pycharm.
- .stestr/: These files will occursed when run tox

Change-Id: I1325258de09ffd43e2aa352b19cca9ac6cbbbb33
2017-11-27 10:42:27 +07:00
DavidPurcell 663aedfe46 Initial Cookiecutter commit
Change-Id: Iceff2531f4f7de21dcbb91ee893a8205b6c85107
2017-01-04 15:11:34 -05:00