summaryrefslogtreecommitdiffstats
path: root/snaps/openstack/utils/tests/neutron_utils_tests.py
AgeCommit message (Expand)AuthorFilesLines
2018-06-11Added MTU network config and updated flavor_metadata test supportspisarski1-4/+8
2018-04-19Fixed bug with regards to subnet lookups.spisarski1-21/+42
2018-04-17Add listing security groups functionalityManuel Buil1-0/+27
2018-03-12Closing keystone sessions after done with them.spisarski1-14/+38
2018-02-28Ensure project for routers are handled properly.spisarski1-12/+23
2018-02-22Changed pattern on how objects lookup themselves by name and project.spisarski1-72/+78
2018-02-16Ensure project IDs are handled correctly for Network/Subnetsspisarski1-21/+42
2018-02-15Added functionality for OpenStackSecurityGroup#initialize() not to acceptspisarski1-13/+19
2018-01-31Changed invalid gateway IP to ensure fails with all OSspisarski1-1/+1
2017-11-21Refactoring of SecurityGroupSettings to extend SecurityGroupConfigspisarski1-13/+13
2017-11-20Refactoring of NetworkSettings to extend NetworkConfigspisarski1-33/+31
2017-11-08Adding tests for IPv6.spisarski1-105/+284
2017-11-02Added method to OpenStackHeatStack to return OpenStackRouter objects.spisarski1-1/+1
2017-08-24Added method to return OpenStackVmInstance from Heat.spisarski1-10/+11
2017-08-09SNAPS Stack creators can now return SNAPS network creators.spisarski1-9/+51
2017-08-07Refactored neutron_utils#get_router_by_name() to get_router()spisarski1-1/+1
2017-08-07Refactored neutron_utils#get_security_group()spisarski1-9/+9
2017-08-04Refactored neutron_utils#get_subnet_by_name() to get_subnet()spisarski1-39/+24
2017-08-02Refactor network retrieval API calls.spisarski1-2/+3
2017-07-24Added validation router is attached to the external network.spisarski1-1/+4
2017-07-18Merge "Created new class NeutronException."Steven Pisarski1-2/+3
2017-07-17Last task necessary to stop users from easily obtaining OS objects.spisarski1-1/+1
2017-07-17Created new class NeutronException.spisarski1-2/+3
2017-07-13Created domain classes for networks and subnets.spisarski1-104/+75
2017-07-13Created domain class for routers.spisarski1-4/+4
2017-07-13Created domain class for ports.spisarski1-1/+1
2017-07-11Created domain classes for security groups.spisarski1-25/+13
2017-06-22Use neutron to create floating IPs.spisarski1-222/+464
2017-05-17bugfix: get_security_group_by_id always return first elementMorgan Richomme1-20/+43
2017-05-08Modified code to support both Python 2.7 and 3.xspisarski1-4/+6
2017-02-15Initial patch with all code from CableLabs repository.spisarski1-0/+651