| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Change-Id: I43a6ce3a6d976f3d1bd68c0483c929977b660f0d
|
| |
|
|
|
|
| |
Updata test_server_attach_detach_floating_ip in test_server.py
Change-Id: I2963991dfafbb17431b44e2f37bb26fa4daac9aa
|
| |
|
|
|
|
|
|
|
|
|
| |
There have been a lot of functional test failures for compute
and network. I believe they are timing related in that the
test_server is sometimes booting a server with a flavor,
image and/or network created by another functional test. Such
resources are then deleted by the owning functional tests
causing various types of failures
Change-Id: Ib82edd487da46610374fb0eb5796cb98f2d3aa2c
|
| |
|
|
|
|
|
| |
attempt to fix the transient gate failures by increasing the
timeout
Change-Id: I837652013f94b0d1ed3f4b40fe14ce5a47c687b6
|
| |
|
|
|
|
|
|
|
| |
tempest-lib is deprecated, so replace it with tempest.lib.
Co-Authored-By: Sheel Rana <ranasheel2000@gmail.com>
Change-Id: I0495eba110bb7581623fbcf49dc63a27e9cb6d64
Closes-Bug: #1553047
|
| |\ |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
Make testcases separate instances of test class.
Use setUp with addCleanup methods for every test case.
Add negative test cases.
Closes-Bug: #1564480
Change-Id: I5d8fd2a238e6cf0584777eb0d24dfcaed4133ee1
|
| |\ \
| |/
|/| |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Make testcases separate instances of test class.
Use setUp with addCleanup methods for every test case.
Add more descriptive docstrings for tests.
Closes-Bug: #1483422
Partial-Bug: #1566962
Change-Id: I1a16b5bad1dafd19fd7dc94794c0bd4587b7f516
|
| | |
| |
| |
| |
| |
| |
| | |
Remove exceptions.py from functional/common.
Import exception with the same code from the tempest_lib to tests.
Change-Id: Ifaa658209c18dd608836079f57ed18fcf10fb84e
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This change replaces when possible homemade temporary file management by
tempfile.NamedTemporaryFile[1][2] and defines only when needed a cleanup
for a temporary file[2].
[1] functional/tests/compute/v2/test_keypair.py
[2] functional/tests/object/v1/test_object.py
Change-Id: I728ab96381ca9f3fd1f899dd50e5ceb5e97b9397
|
| |/
|
|
|
|
|
|
|
| |
This adds a test case to exercise the --public-key option of
the 'keypair create' command. It is a follow-on to
I7a299a542d9df543bff43d3ea1e7907fc8c5f640 that fixed a key file
read bug.
Change-Id: Id78c1c7ece02f619aca69dc397185fc426b92306
|
| |\ |
|
| | |
| |
| |
| |
| |
| | |
wait and interval are already defaulted in the function signature
Change-Id: I66317a24f8327c464343ac13fc0126c34915eeda
|
| |/
|
|
| |
Change-Id: I639819a5b1d8a476cdd8b340b8c339754f471048
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Nova API validation changes [1] appear to have broken the
'os aggregate create' and 'nova aggregate-create' commands when
an availability zone name is not specified. This patch set updates
the test_aggregate functional test to set the availability zone
name in order to unblock the osc gate while nova investigates
the issue.
[1] https://review.openstack.org/#/c/281143/
Change-Id: I00b497be61c4bc4bc467c66c1e49b2e0636ab841
Related-Bug: #1541691
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
set/unset comamnd classes should inherit from cliff.Command class.
Also, this patch adds functional tests for aggregate.
And also, use utils.format_dict() to format the output of the
properties dict.
Change-Id: Idb50bef8990da95666960e2414dfd7c9be234bba
Partial-bug: #1519503
Closes-Bug: 1546065
|
| |
|
|
|
|
|
|
|
| |
set/unset command classes should inherit from cliff.Command class.
Also, this patch adds functional tests for compute agent.
Change-Id: I25eafffd1167f82aa0d430628c22dee7516b1e19
Partial-Bug: 1546065
|
| |
|
|
|
|
| |
set/unset comamnd classes should inherit from cliff.Command class.
Change-Id: I54e5608ac0768d7d94b7f7d516ea1948daefdc1b
Partial-Bug: 1546065
|
| |
|
|
|
|
|
|
|
|
|
|
| |
If “ignore” is not set under flake8 in the tox.ini
file there there are defaults set to be ignored.
The depended patch fixes many of the problems.
Change-Id: Ieed2fe1c4654e201d3fe6d40ef93e247ee736f8b
Doc: http://flake8.readthedocs.org/en/latest/config.html#default
Depends-On: I935ab48e7c5bac5f88ecdb3a05f73fb44fc9f41d
Closes-Bug: #1548910
|
| |
|
|
|
|
|
|
|
|
|
| |
Moved the functional tests for "os security group" and
"os security group rule" from the compute to the network
directory to align with the refactoring to the commands.
Change-Id: Ief6ab17775c6d7e3bef58d9fa025d9dd520b7370
Partial-Bug: #1519511
Partial-Bug: #1519512
Related-to: blueprint neutron-client
|
| |
|
|
|
|
|
|
| |
Add functional tests for the "security group rule" commands.
Change-Id: Ia03886e92632f37a3d2625df1c3fa7c2a536c564
Partial-Bug: #1519512
Related-to: blueprint neutron-client
|
| |
|
|
|
|
|
|
| |
* shlex.split() expects a string. Not bytes.
* decode the bytestring result of subprocess's communicate()
to a string.
Change-Id: I209f67a91dc609b1e30cb9e683d3d6ee63d00069
|
| |
|
|
|
|
|
|
| |
Functional tests rely on some sort of configuration and
rather than configure something right now, how about it
pulls something from the middle of the available list.
Change-Id: I8147e40e5ee7393d8a8dcf1b0beb48856f28af7e
|
| |
|
|
|
|
|
|
| |
seems like test_server_up is causing intermittent issues in our
CI, skipping for now, so we can proceed with merging code.
Change-Id: Id41a78e703d7b416dfdc9a7bc95b19a8999192e3
Related-Bug: 1483422
|
| |
|
|
| |
Change-Id: I1699ac826519ccc177159423c7b6727ffaf4abff
|
| |
|
|
| |
Change-Id: Id87a5474e2df80c9ef84a6c554f12116302a38b3
|
| |
|
|
| |
Change-Id: I4c85b1e303ecb99458594e7743950b0668b3bdfc
|
| |\ |
|
| | |
| |
| |
| | |
Change-Id: Ib5bbd46c0454d7dbb541354d515430922569c994
|
| |\ \ |
|
| | | |
| | |
| | |
| | | |
Change-Id: Iae7a3f61c0c9777ee2511558d8942243066a8c60
|
| |\ \ \
| |/ / |
|
| | |/
| |
| |
| | |
Change-Id: I3166e1c3fb0f9b89cff8f083d30cb15e7196f59a
|
| |/
|
|
| |
Change-Id: I77f292d47a9bea6a5b486ce513c0c19ec8c845dd
|
| |
|
|
|
|
|
|
| |
Steve made a comment about this and I agree, we should try and
keep these tests and simple as possible and this kind of thing
doesn't add much value.
Change-Id: I1eb73e5f38904ee6c74f6c7e27fc66cfe198619d
|
|
|
Change-Id: I5d4730f8229b50d2b162864c74d8eabfef6c0991
|