summaryrefslogtreecommitdiffstats
path: root/snaps/openstack/tests/create_instance_tests.py
AgeCommit message (Expand)AuthorFilesLines
2017-12-04Added the ability to reboot OpenStack server instancesspisarski1-0/+58
2017-12-01Added ability to add a floating IP to an existing instancespisarski1-4/+82
2017-11-21Refactoring of SecurityGroupSettings to extend SecurityGroupConfigspisarski1-48/+42
2017-11-20Refactoring of VmInstanceSettings to extend VmInstanceConfigspisarski1-59/+61
2017-11-20Refactoring of NetworkSettings to extend NetworkConfigspisarski1-46/+46
2017-11-20Refactoring of VolumeSettings to extend VolumeConfigspisarski1-3/+4
2017-11-20Refactoring of RouterSettings to extend RouterConfigspisarski1-5/+6
2017-11-20Refactoring of KeypairSettings to extend KeypairConfigspisarski1-4/+5
2017-11-20Refactoring of FlavorSettings to extend FlavorConfigspisarski1-27/+28
2017-11-16Refactoring of ImageSettings to extend ImageConfigspisarski1-7/+8
2017-11-08Adding tests for IPv6.spisarski1-24/+231
2017-10-24Implemented the ability to attach volumes to VM instances.spisarski1-9/+188
2017-08-24Added method to return OpenStackVmInstance from Heat.spisarski1-6/+20
2017-08-14Fix validate_ssh_clientAlex Yang1-7/+6
2017-08-08Added test ability for 2 VMs on different networks to ping each other.spisarski1-2/+273
2017-08-08Configure requirements for AAVMF(UEFI) with Cirros image on AArch64 Delia Popescu1-7/+7
2017-08-03Refactor server retrieval API calls.spisarski1-4/+4
2017-07-28Removed floating IP list from OpenStackVmInstance.spisarski1-0/+45
2017-07-27Ensure library and tests close all necessary resources.spisarski1-1/+4
2017-07-21Merge "Changes required for running CI tests (Pike pod)."Steven Pisarski1-3/+3
2017-07-20Changes required for running CI tests (Pike pod).spisarski1-3/+3
2017-07-18Created custom exceptions for VM instance creation.spisarski1-16/+18
2017-07-18Merge "Added proper assertion config NIC test."Steven Pisarski1-32/+24
2017-07-17Added proper assertion config NIC test.spisarski1-32/+24
2017-07-17Last task necessary to stop users from easily obtaining OS objects.spisarski1-24/+17
2017-07-13Created domain class for ports.spisarski1-4/+4
2017-06-22Use neutron to create floating IPs.spisarski1-29/+40
2017-06-20Changes to VMInstanceSettings and FloatingIPSettings constructors.spisarski1-416/+824
2017-06-06Added custom security group with ICMP and SSH rules.spisarski1-21/+81
2017-05-16Added support for offline testingspisarski1-39/+423
2017-05-08Modified code to support both Python 2.7 and 3.xspisarski1-116/+117
2017-05-03Changed image metadata to support cirros, ubuntu, and centos.spisarski1-11/+12
2017-05-03Merge "Refactored multi-part images."Steven Pisarski1-385/+83
2017-05-02Matching test_check_vm_ip_dhcp on ip onlyDan Radez1-8/+3
2017-04-27Refactored multi-part images.spisarski1-385/+83
2017-04-13Ensuring each port manipulation test waits for the instance to become activespisarski1-4/+4
2017-04-11Merge "Fixed two tests that never had their networks removed on tearDown()"Randy Levensalor1-4/+10
2017-04-11Fixed two tests that never had their networks removed on tearDown()spisarski1-4/+10
2017-03-23Check for kernel_url and ramdisk_url keys in dictCatalina Focsa1-36/+41
2017-03-10Merge "Add DEBUG logs to SimpleHealthCheck for VM console output."Steven Pisarski1-19/+45
2017-03-10Add DEBUG logs to SimpleHealthCheck for VM console output.spisarski1-19/+45
2017-03-10reduce instance's memory sizeSerenaFeng1-7/+7
2017-03-08Merge "Adapt integration tests to use custom image config"Steven Pisarski1-56/+217
2017-03-08Adapt integration tests to use custom image configCristina Pauna1-56/+217
2017-03-06Add check that SSH validate returns truerandyl1-2/+2
2017-03-06Adapt simple health check to use 3-part imageCristina Pauna1-13/+31
2017-03-06Added the ability to give the tests the ability to add in flavor metadata.spisarski1-20/+29
2017-03-01Merge "Add support for extra properties in an image"Steven Pisarski1-0/+125
2017-03-01Add support for extra properties in an imageCristina Pauna1-0/+125
2017-02-28Ensuring all instances must have ports/network.spisarski1-51/+58