summaryrefslogtreecommitdiffstats
path: root/utils/test/fixture.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix flake8 errors in utils/testVadim Rutkovsky2018-01-041-5/+6
|
* Lint utils/testRodolfo Carvalho2017-03-061-7/+6
| | | | | | | | | - Do not use `print` in unit tests, send messages through the test framework instead. - Remove unused import. - Add spaces around equal sign in assigment. - Turn method into a function. - Reorganize imports according to PEP8.
* python3 support, add tox for better local testing against multiple python ↵Jason DeTiberus2016-12-201-5/+5
| | | | versions
* a-o-i: Separate install and scaleup workflowsSamuel Munilla2016-10-201-8/+9
| | | | | | | In order to simplify the quick installer logic, this moves the scaleup workflow into its own subcommand. Fixes: Bug 1339621
* Bug 1358951 - Error loading config, no such key: 'deployment' when using ↵Samuel Munilla2016-08-191-0/+1
| | | | | | | previously valid answers file Update the quick installer to automatically convert from the old config file format to the new format.
* a-o-i: Fix nosetests after removing 3.2 from installerSamuel Munilla2016-08-161-1/+1
| | | | | Update the tests to match 3.3 being the only version. Add support for non-latest if it's specified in the config file.
* a-o-i: Fix broken tests from installed hosts checkSamuel Munilla2016-08-151-9/+13
| | | | | | With the latest changes to behavior around uninstalled hosts during a scaleup, nosetests were broken. This updates the tests to verify that we exit when we are expecting.
* a-o-i: Update nosetests for ansible_ssh_userSamuel Munilla2016-08-091-1/+1
| | | | | Update the nosetests to reflect the new location of ansible_ssh_user in the config file.
* Arbitrary Installer yamlSamuel Munilla2016-07-181-23/+32
| | | | Initial build of new, more flexible installer config file format.
* a-o-i: More friendly proxy questionsSamuel Munilla2016-04-281-0/+1
| | | | | Some UI improvements to help make it more clear to the user what information we are looking for.
* a-o-i tests: Update attended tests for proxySamuel Munilla2016-04-261-0/+2
| | | | Update the input to account for the new questions around proxies.
* Write inventory to same directory as quick install config.Devan Goodwin2016-03-241-1/+1
| | | | | | With the addition of a --gen-inventory flag and always displaying the location of the inventory written to disk, we should write the hosts file to a more prominent location rather than a hidden directory.
* Add --gen-inventory command to atomic-openshift-installer.Devan Goodwin2016-03-241-4/+4
| | | | | | | | This will just generate the Ansible inventory once all information is gathered, inform the user where to find it, and exit. Includes some test utility updates to make what broke as a result of this change less fragile.
* a-o-i: Fix NFS storage testsSamuel Munilla2016-03-091-3/+6
| | | | Fix the nosetests after the rebase
* aoi: Ask for osm_default_subdomain in interactive modeSamuel Munilla2016-02-021-1/+3
| | | | Add a question to ask the user for a default subdomain.
* Add is_containerized inputs to nosetests.Andrew Butcher2016-01-121-3/+13
|
* Cleanup more schedulable typos.Devan Goodwin2015-12-011-2/+2
|
* Adjust requirement for 3 masters for HA deployments.Devan Goodwin2015-11-301-7/+10
| | | | | | | | | If only 2 masters are specified, consider this a configuration error if running an unattended install, and prevent it completely if running an attended install. (continues to prompt for hosts until you have at least 3) Because this condition cannot be entered in the interactive install, we can't really write a test for this negative case.
* Breakout a test fixture to reduce module size.Devan Goodwin2015-11-261-0/+218