python-novaclient/tests/v1_1
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
..
contrib Merge "Add support for retrieving instance-actions info" 2013-03-26 05:54:48 +00:00
__init__.py Split everything down the middle into v1_0 and v1_1, including tests. 2011-08-03 16:36:03 -04:00
fakes.py Allow deleting multiple images from shell 2013-04-29 11:10:16 -05:00
test_agents.py Fix IBM copyright strings 2013-04-02 18:37:27 -04:00
test_aggregates.py Fix Copyright Headers from LLC to Foundation 2013-03-13 20:12:23 -04:00
test_auth.py Use HTTP keep-alive feature in HTTPClient class 2013-04-19 09:46:17 +03:00
test_availability_zone.py Fix Copyright Headers from LLC to Foundation 2013-03-13 20:12:23 -04:00
test_certs.py Cleanup unused import 2013-04-17 13:51:37 +00:00
test_cloudpipe.py Cleanup unused import 2013-04-17 13:51:37 +00:00
test_coverage_ext.py Cleanup unused import 2013-04-17 13:51:37 +00:00
test_fixed_ips.py Cleanup unused import 2013-04-17 13:51:37 +00:00
test_flavor_access.py Fix Copyright Headers from LLC to Foundation 2013-03-13 20:12:23 -04:00
test_flavors.py Add 'flavor-list --all' admin switch 2013-04-26 09:49:29 +10:00
test_floating_ip_dns.py Cleanup unused import 2013-04-17 13:51:37 +00:00
test_floating_ip_pools.py Implementing Floating Ip Pools. 2012-01-10 16:24:43 -08:00
test_floating_ips_bulk.py Fix IBM copyright strings 2013-04-02 18:37:27 -04:00
test_floating_ips.py Implementing Floating Ip Pools. 2012-01-10 16:24:43 -08:00
test_fping.py Cleanup unused import 2013-04-17 13:51:37 +00:00
test_hosts.py Revert API changes in "Unify Manager._update behaviour" 2013-03-12 10:32:42 +01:00
test_hypervisors.py Fix Copyright Headers from LLC to Foundation 2013-03-13 20:12:23 -04:00
test_images.py Added limit to image-list in a preparatory step toward addressing bug 1001345. 2013-02-18 20:14:53 +00:00
test_keypairs.py Accept 1 and 2 as version choices 2011-12-14 14:44:26 -05:00
test_limits.py Add optional argument to include reservations in os-used-limits 2012-12-12 21:26:10 +00:00
test_networks.py Fix for --bridge-interface being ignore by nova network-create 2013-05-13 16:44:27 +01:00
test_quota_classes.py Fix Copyright Headers from LLC to Foundation 2013-03-13 20:12:23 -04:00
test_quotas.py Support force update quota 2013-04-11 17:11:08 +08:00
test_security_group_rules.py Cleanup nova subcommands for security groups and rules 2013-05-18 20:16:21 +08:00
test_security_groups.py Add support for all-tenants search opt to secgroup-list 2012-09-14 16:17:05 +01:00
test_servers.py make sure .get() also updates _info 2013-04-10 15:53:54 -07:00
test_services.py Fix IBM copyright strings 2013-04-02 18:37:27 -04:00
test_shell.py Cleanup nova subcommands for security groups and rules 2013-05-18 20:16:21 +08:00
test_usage.py Add a 'usage' module and 'usage-list' cli command 2012-01-24 15:32:34 -05:00
testfile.txt Tests working again...merged in some work we did earlier. 2011-08-03 17:41:33 -04:00
utils.py Split everything down the middle into v1_0 and v1_1, including tests. 2011-08-03 16:36:03 -04:00