Age | Commit message (Expand) | Author | Files | Lines |
2017-06-06 | Added custom security group with ICMP and SSH rules. |  spisarski | 3 | -25/+111 |
2017-06-05 | Added support for applying Heat Templates |  spisarski | 11 | -0/+953 |
2017-06-01 | Fixed RST warning. |  spisarski | 1 | -1/+1 |
2017-06-01 | Refactor keystone endpoint tests to the proper test class. |  spisarski | 3 | -29/+37 |
2017-05-25 | Updated installation documents and fixed problems found during investigation. |  spisarski | 6 | -16/+68 |
2017-05-22 | Find packages in setup.py |  Cédric Ollivier | 1 | -1/+2 |
2017-05-22 | Merge "Fixed error in ansible_utils_tests.py and added ansible helper method ... |  Steven Pisarski | 3 | -8/+19 |
2017-05-20 | Fix typo in setup.py |  Cédric Ollivier | 1 | -1/+1 |
2017-05-19 | Fixed error in ansible_utils_tests.py and added ansible helper |  spisarski | 3 | -8/+19 |
2017-05-19 | Add the function of getting endpoint |  Linda Wang | 2 | -7/+62 |
2017-05-17 | bugfix: get_security_group_by_id always return first element |  Morgan Richomme | 2 | -22/+46 |
2017-05-16 | Added support for offline testing |  spisarski | 18 | -391/+1174 |
2017-05-16 | Ensure creators' constructors cannot raise exceptions. |  spisarski | 9 | -49/+56 |
2017-05-08 | Merge "Restricted dependency of the novaclient." |  Steven Pisarski | 1 | -1/+1 |
2017-05-08 | Merge "Modified code to support both Python 2.7 and 3.x" |  Steven Pisarski | 29 | -685/+704 |
2017-05-08 | Fixed some redundant dict() key checks that can cause runtime errors. |  spisarski | 1 | -7/+7 |
2017-05-08 | Modified code to support both Python 2.7 and 3.x |  spisarski | 29 | -685/+704 |
2017-05-04 | Restricted dependency of the novaclient. |  spisarski | 1 | -1/+1 |
2017-05-03 | Changed image metadata to support cirros, ubuntu, and centos. |  spisarski | 5 | -96/+114 |
2017-05-03 | Merge "Refactored multi-part images." |  Steven Pisarski | 6 | -671/+387 |
2017-05-02 | Merge "Matching test_check_vm_ip_dhcp on ip only" |  Steven Pisarski | 1 | -8/+3 |
2017-05-02 | Matching test_check_vm_ip_dhcp on ip only |  Dan Radez | 1 | -8/+3 |
2017-04-27 | Merge "Fixed test for security groups when checking for project/tenant ID" |  Steven Pisarski | 1 | -3/+11 |
2017-04-27 | Refactored multi-part images. |  spisarski | 6 | -671/+387 |
2017-04-27 | Fixed issue caused previous patch which did not merge correctly. |  spisarski | 1 | -4/+2 |
2017-04-26 | Fixed the Glance connection test routines. |  spisarski | 1 | -5/+6 |
2017-04-26 | Fixed test for security groups when checking for project/tenant ID |  spisarski | 1 | -3/+11 |
2017-04-26 | Added support for Glance v2 |  spisarski | 14 | -101/+369 |
2017-04-14 | Merge "Run all test suites when none chosen." |  Steven Pisarski | 1 | -4/+11 |
2017-04-13 | Run all test suites when none chosen. |  spisarski | 1 | -4/+11 |
2017-04-13 | Ensuring each port manipulation test waits for the instance to become active |  spisarski | 2 | -5/+6 |
2017-04-12 | Refactored SNAPS tests to take in the actual OSCreds object. |  spisarski | 3 | -160/+146 |
2017-04-12 | Merge "Renamed test application and added new command line arguments." |  Randy Levensalor | 2 | -35/+67 |
2017-04-12 | Renamed test application and added new command line arguments. |  spisarski | 2 | -35/+67 |
2017-04-11 | Merge "Fixed two tests that never had their networks removed on tearDown()" |  Randy Levensalor | 1 | -4/+10 |
2017-04-11 | Fixed two tests that never had their networks removed on tearDown() |  spisarski | 1 | -4/+10 |
2017-04-10 | Problem found while working on FUNCTEST-577 where instances with |  spisarski | 1 | -1/+5 |
2017-04-10 | Merge "Check for kernel_url and ramdisk_url keys in dict" |  Steven Pisarski | 3 | -76/+90 |
2017-04-06 | Call to ansible_utils.apply_playbook needed named paramteters. |  spisarski | 1 | -2/+3 |
2017-03-29 | Fixed cleanup after failed deploy |  randyl | 1 | -6/+11 |
2017-03-29 | Correcting minor issues with the documentation |  randyl | 4 | -23/+20 |
2017-03-23 | Check for kernel_url and ramdisk_url keys in dict |  Catalina Focsa | 3 | -76/+90 |
2017-03-10 | Merge "Add DEBUG logs to SimpleHealthCheck for VM console output." |  Steven Pisarski | 1 | -19/+45 |
2017-03-10 | Add DEBUG logs to SimpleHealthCheck for VM console output. |  spisarski | 1 | -19/+45 |
2017-03-10 | reduce instance's memory size |  SerenaFeng | 1 | -7/+7 |
2017-03-08 | Merge "Adapt integration tests to use custom image config" |  Steven Pisarski | 4 | -113/+450 |
2017-03-08 | Adapt integration tests to use custom image config |  Cristina Pauna | 4 | -113/+450 |
2017-03-06 | Add check that SSH validate returns true |  randyl | 1 | -2/+2 |
2017-03-06 | Adapt simple health check to use 3-part image |  Cristina Pauna | 3 | -19/+43 |
2017-03-06 | Merge "Added the ability to give the tests the ability to add in flavor metad... |  Steven Pisarski | 7 | -55/+84 |