summaryrefslogtreecommitdiff
path: root/functional/tests/compute
Commit message (Collapse)AuthorAgeFilesLines
* Functional tests for security group ruleRichard Theis2015-12-231-0/+59
| | | | | | | | Add functional tests for the "security group rule" commands. Change-Id: Ia03886e92632f37a3d2625df1c3fa7c2a536c564 Partial-Bug: #1519512 Related-to: blueprint neutron-client
* Fix functional tests for Python 3.4Sirushti Murugesan2015-10-121-3/+3
| | | | | | | | * shlex.split() expects a string. Not bytes. * decode the bytestring result of subprocess's communicate() to a string. Change-Id: I209f67a91dc609b1e30cb9e683d3d6ee63d00069
* Automate flavors, networks, and image getTerryHowe2015-08-221-9/+29
| | | | | | | | 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
* Skip functional test: test_server_upSteve Martinelli2015-08-101-0/+3
| | | | | | | | 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
* Add functional tests server rebootTerryHowe2015-07-181-1/+4
| | | | Change-Id: I1699ac826519ccc177159423c7b6727ffaf4abff
* Add functional tests server IP attach and detachTerryHowe2015-07-181-0/+21
| | | | Change-Id: Id87a5474e2df80c9ef84a6c554f12116302a38b3
* Add functional tests for servers that require waitTerryHowe2015-07-181-1/+68
| | | | Change-Id: I4c85b1e303ecb99458594e7743950b0668b3bdfc
* Merge "Add functional tests for security group CRUD"Jenkins2015-07-061-0/+57
|\
| * Add functional tests for security group CRUDTerryHowe2015-06-101-0/+57
| | | | | | | | Change-Id: Ib5bbd46c0454d7dbb541354d515430922569c994
* | Merge "Add functional tests for flavor metadata"Jenkins2015-07-061-0/+10
|\ \
| * | Add functional tests for flavor metadataTerryHowe2015-06-111-0/+10
| | | | | | | | | | | | Change-Id: Iae7a3f61c0c9777ee2511558d8942243066a8c60
* | | Merge "Add flavor functional test"Jenkins2015-07-061-0/+46
|\ \ \ | |/ /
| * | Add flavor functional testTerryHowe2015-06-111-0/+46
| |/ | | | | | | Change-Id: I3166e1c3fb0f9b89cff8f083d30cb15e7196f59a
* | Add functional tests for server CRUDTerryHowe2015-06-111-0/+55
|/ | | | Change-Id: I77f292d47a9bea6a5b486ce513c0c19ec8c845dd
* Remove checks for None dates in keypair functional testsTerry Howe2015-05-221-3/+2
| | | | | | | | 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
* Add support for keypair functional testsTerryHowe2015-05-173-0/+44
Change-Id: I5d4730f8229b50d2b162864c74d8eabfef6c0991