summaryrefslogtreecommitdiffstats
path: root/snaps/openstack/utils/tests
AgeCommit message (Expand)AuthorFilesLines
2018-07-13Switch to OS::Neutron::FloatingIPAssociationCédric Ollivier1-1/+1
2018-06-11Added MTU network config and updated flavor_metadata test supportspisarski2-12/+19
2018-05-22Extra changes on Flavor ConfigPanagiotis Karalis1-1/+1
2018-05-09Patch to make flavor configuration for tests more flexible.spisarski1-4/+4
2018-04-19Fixed bug with regards to subnet lookups.spisarski3-23/+47
2018-04-19Adding assertion message to test validation.spisarski1-3/+5
2018-04-18Add flavor metadata for volume related testsMichael Polenchuk1-1/+2
2018-04-17Add listing security groups functionalityManuel Buil1-0/+27
2018-03-12Added support for running tests in parallel.spisarski1-2/+2
2018-03-12Closing keystone sessions after done with them.spisarski8-77/+187
2018-03-08Ensure the project for volumes are handled properly.spisarski2-8/+14
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.spisarski5-106/+132
2018-02-20openstack: nova_utils_tests: Wait for volume detachmentMarkos Chandras1-6/+14
2018-02-20openstack: nova_utils_tests: Increase timeout for API callsMarkos Chandras1-2/+2
2018-02-16Ensure project IDs are handled correctly for Network/Subnetsspisarski4-36/+61
2018-02-15Added functionality for OpenStackSecurityGroup#initialize() not to acceptspisarski1-13/+19
2018-02-06Fixed timeout logic when attaching/detaching volumes.spisarski1-14/+96
2018-02-01Merge "openstack: nova_utils_tests: Use API timeout argument instead of sleep()"Steven Pisarski1-6/+2
2018-01-31openstack: nova_utils_tests: Use API timeout argument instead of sleep()Markos Chandras1-6/+2
2018-01-31Changed invalid gateway IP to ensure fails with all OSspisarski1-1/+1
2018-01-29Avoid checking Keystone v3 domains when using API v2.0Georg Kunz1-2/+5
2018-01-11Fixed vm instance instantiation from Heat when using nested resourcesspisarski1-2/+2
2017-12-18Refactored VmInst domain class for Ports.spisarski3-10/+14
2017-12-14Added utility function to retrieve the names of all hosts with a hypervisor.spisarski1-0/+10
2017-11-30Deactivated test heat template's volume encryption.spisarski1-8/+9
2017-11-29Cluster template cleanupspisarski1-13/+1
2017-11-28Added cluster template creator/state machine class.spisarski1-0/+14
2017-11-27Expanded the tests for ClusterTypesspisarski1-7/+130
2017-11-22Implemented the ability to create Magnum Cluster Type objects.spisarski1-1/+125
2017-11-21Refactoring of SecurityGroupSettings to extend SecurityGroupConfigspisarski2-26/+24
2017-11-20Refactoring of VmInstanceSettings to extend VmInstanceConfigspisarski3-12/+13
2017-11-20Refactoring of NetworkSettings to extend NetworkConfigspisarski4-54/+54
2017-11-20Refactoring of VolumeSettings to extend VolumeConfigspisarski3-6/+8
2017-11-20Refactoring of VolumeTypeSettings to extend VolumeTypeConfigspisarski2-15/+15
2017-11-20Refactoring of QoSSettings to extend QoSConfigspisarski2-11/+11
2017-11-20Refactoring of StackSettings to extend StackConfigspisarski1-19/+20
2017-11-20Refactoring of UserSettings to extend UserConfigspisarski1-3/+3
2017-11-20Refactoring of ProjectSettings to extend ProjectConfigspisarski1-3/+3
2017-11-20Refactoring of KeypairSettings to extend KeypairConfigspisarski2-3/+4
2017-11-20Refactoring of FlavorSettings to extend FlavorConfigspisarski3-14/+15
2017-11-16Refactoring of ImageSettings to extend ImageConfigspisarski2-5/+5
2017-11-16Minor copy/paste logging value fixes.spisarski1-1/+1
2017-11-09Deleting files created when obtaining keypair settings from heat.spisarski1-6/+23
2017-11-09Initial patch to begin adding support for Magnum.spisarski1-0/+50
2017-11-08Adding tests for IPv6.spisarski1-105/+284
2017-11-06Added method to OpenStackHeatStack to return OpenStackSecurityGroup objects.spisarski1-7/+82
2017-11-02Added method to OpenStackHeatStack to return OpenStackRouter objects.spisarski3-3/+80
2017-10-31Added method to OpenStackHeatStack to return OpenStackFlavor objects.spisarski2-17/+74
2017-10-30Added method to OpenStackHeatStack to return OpenStackKeypair objects.spisarski1-80/+93