summaryrefslogtreecommitdiffstats
path: root/snaps/openstack/tests/create_instance_tests.py
AgeCommit message (Expand)AuthorFilesLines
2018-05-09Patch to make flavor configuration for tests more flexible.spisarski1-41/+48
2018-04-19Fixed bug with regards to subnet lookups.spisarski1-2/+18
2018-04-12Fixing security group in CreateInstanceTwoNetTestsGeorg Kunz1-3/+8
2018-03-13Added tests to ensure multiple IP addresses can be assigned to a VM port.spisarski1-9/+92
2018-03-13Added test to ensure VM instances spawned by an admin user canspisarski1-0/+99
2018-03-12Closing keystone sessions after done with them.spisarski1-11/+18
2018-03-08Added members to VmInst that will contain the availability_zonespisarski1-26/+78
2018-02-22Changed pattern on how objects lookup themselves by name and project.spisarski1-15/+17
2018-02-16Ensure project IDs are handled correctly for Network/Subnetsspisarski1-4/+4
2018-01-29Changed the way floating IPs are getting assigned to VMs as the previousspisarski1-2/+2
2018-01-03Merge "Support network configuration overridden"Steven Pisarski1-7/+14
2018-01-03Merge "Enhancements to the SNAPS orchestrator/launcher"Steven Pisarski1-218/+0
2018-01-03Support network configuration overriddenLinda Wang1-7/+14
2018-01-02Configure physical_network when creating networkLinda Wang1-1/+3
2017-12-28Enhancements to the SNAPS orchestrator/launcherspisarski1-218/+0
2017-12-18Refactored VmInst domain class for Ports.spisarski1-4/+6
2017-12-11Set the ram of flavor to 1024Linda Wang1-2/+6
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