python-novaclient/tests
Shane Wang b1802a59bb Cleanup nova subcommands for security groups and rules
The Changes include:
  - Sanity check for from_port, to_port, and IP protocol when adding
    a security rule
  - Print one more column 'Id' for security groups
  - If there are multiple security groups with the same name, the group
    can't be deleted unless an ID is specified. However, there is no code
    to search and delete security group by ID. So, _get_secgroup() will
    get group by ID if the input is like a UUID. If not found, then get
    group by name.
  - Some corresponding changes for help messages.
  - Test case changes after adding sanity check.

Change-Id: Ibd82d8404bdd64e4bca2f8b25756bfaff7b28194
Signed-off-by: Shane Wang <shane.wang@intel.com>
2013-05-18 20:16:21 +08:00
..
v1_1 Cleanup nova subcommands for security groups and rules 2013-05-18 20:16:21 +08:00
__init__.py Initial commit from fork 2011-01-25 14:01:22 -06:00
fakes.py Merge "A minimum of Python3 fixes so that installation works without errors/warnings." 2013-03-01 23:50:39 +00:00
test_auth_plugins.py Use HTTP keep-alive feature in HTTPClient class 2013-04-19 09:46:17 +03:00
test_base.py Removed v1.0 support. 2011-12-15 23:10:59 +00:00
test_client.py Use HTTP keep-alive feature in HTTPClient class 2013-04-19 09:46:17 +03:00
test_discover.py Fix Copyright Headers from LLC to Foundation 2013-03-13 20:12:23 -04:00
test_http.py Use HTTP keep-alive feature in HTTPClient class 2013-04-19 09:46:17 +03:00
test_service_catalog.py Make region case insensitive. 2012-08-29 13:16:50 +02:00
test_shell.py Adds extended status fields to nova list 2013-04-29 13:52:08 -05:00
test_utils.py Ensure list output function can support non-sorting printing 2013-01-17 11:51:46 +08:00
utils.py Update to requests >= 0.8 2013-02-11 12:49:28 +01:00