Commit Graph

9 Commits

Author SHA1 Message Date
wu.chunyang 3b56a5e0f7 kolla-cli: deprecation - Removing project content
step 2b from:
https://docs.openstack.org/project-team-guide/repository.html#step-2b-remove-project-content

Deprecation notice:
http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014983.html

Change-Id: I744f5c17232928cec68c1b90b2f5d791faf7d9e7
Depends-On: https://review.opendev.org/748259
2020-09-03 09:58:43 +02:00
gujin 05c917b365 Add cover into zuul check
Change-Id: I00e6860674b165c9b6f7a33838df2a5e39444a42
2019-07-12 09:45:09 +08:00
zhulingjie 0695a17c58 Sync Sphinx requirement
1. Sync sphinx dependency with global requirements. It caps python 2 since
sphinx 2.0 no longer supports Python 2.7.
2. when run tox -e docs in localhost, some file will be created, this ps to
ignore it.

Change-Id: I97c94abd33e66691bdd1d697746bb69725457d43
2019-07-10 12:29:48 +08:00
ZhijunWei 07dbcbd4fd Add .project and .pydevproject into .gitignore
Files generates by Eclipse

Change-Id: Ic68dbd463a6e58e7190ebb34c88f1020bc179589
2018-08-27 19:51:43 -04:00
Vu Cong Tuan 9f0d3f324c Remove testrepository
This commit is a follow-up of "switch to using stestr"
which was merged already [1].
After switch to using stestr, testrepository is unnecessary
and should be removed.

[1] https://review.openstack.org/572518

Change-Id: I1766a01c5b23db5a9237a0d9197b5cfefc336c0d
2018-07-11 17:48:47 +07:00
Charles Short 5e3a06d887 Switch to using stestr
According to Openstack summit session [1] stestr is
maintained project to which all Openstack projects
should migrate.
Let's switch it then.

[1] https://etherpad.openstack.org/p/YVR-python-pti

Change-Id: I4c20eb58982c66598f0283864b9863b84cc29e57
Signed-off-by: Charles Short <zulcss@gmail.com>
2018-06-07 09:58:34 -04:00
Steve Noyes 7c0bc714f1 Fix mypy static type checker
mypy was not working. This change:
- fixes mypy call in tox.ini and adds mypy job to zuul
- fix a couple of errors that mypy found
- add import typing as needed to files

Implements: blueprint initial-testing

Change-Id: I94719f7064c29168721dc37a2148638b927cd2e4
2018-05-17 16:12:23 -04:00
Steve Noyes 8b2f52e2c6 Align tests with how functional tests are handled
- move tests directory under kolla_cli
- create new functional directory and put all tests in there
- add empty unit test directory
- add "test_" as a prefix to all test files (so ostestr sees them)
- use ostestr (--serial) to run the tests
- add functional tests into tox and zuul configs
- update tests/common to rip out code that selected which cli
command to use. will now always use python kolla_cli/shell.py

No test files were modified.

Change-Id: Iec80f7546b0f4ff2a857b14f546fd299732c727d
Implements: blueprint initial-testing
2018-05-16 16:13:54 -04:00
Borne Mace 804e230e6a improved key generation behavior. partially implemented ssh_check_connection. 2015-07-22 17:29:42 -07:00