| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
| |
This moves unit tests to ironicclient/tests/unit and adds a new test
directory at ironicclient/tests/functional. These are meant to be
functional tests that are run against a living cloud (presumably deployed
by devstack as part of a gating job). They depend on a test.conf to exist
that contains admin user credentials for said cloud. This includes a simple
run_functional.sh script that is meant to create that and serve as the entry
point for running the tests from a devstack post_test_hook.
Change-Id: I11570c3e22e4f80b94d0643dca6ed8231217c877
|
| |\ |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This commit adds the 'bash-completion' option to
ironic cli which prints all sub-commands and
options, and bash_completion scripts for bash
auto completion.
Change-Id: Ide5b29e262b4217046f124d86902cd0abfdab1b6
Closes-Bug: 1332408
|
| |/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
While not strictly necessary for files containing only ASCII
characters, adding a line with "coding: utf-8" can guard against
future SyntaxError's in case someone inserts a Unicode literal.
This commit adds such lines to all .py files. The syntax used by this
commit works with Python (of course). It also works with Emacs, which
will recognize the special "-*-" marker and use the "coding" variable
to correctly decode the file, even in an environment where UTF-8 is
not the default file encoding.
Existing coding lines were normalized to match the new lines added.
Partial-bug: #1325193
Change-Id: I58bf93fea711fd25890356a397e594bd820c99e3
|
| |
|
|
|
|
|
|
| |
This makes code more readable, and can check whether specific library
in the requirement files easily. We also enforce the check in pep8.
Change-Id: I138b332102a94557f153f8982ec00d493e2472b0
Closes-Bug: #1285478
|
| |
|
|
|
|
|
|
|
|
|
| |
No need to set tabstop tons of times, this can be set in your vimrc
file instead.
More disucssion:
http://openstack.10931.n7.nabble.com/Remove-vim-modelines-td21780.html
Change-Id: Iff0d2e4725355800f923a04a1bfcac3003a6abd2
Close-bug: #1229324
|
|
|
Add initial files to the repo.
Change-Id: Ia6b0278fc9817f44e63507b54e7d7ad41bf4e219
|