summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master_facts/test
Commit message (Collapse)AuthorAgeFilesLines
* Update version checks to tolerate 3.7Steve Kuznetsov2017-08-031-0/+4
| | | | Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
* Standardize all Origin versioning on 3.6Russell Teague2017-04-252-6/+8
|
* Rewrap long linesRodolfo Carvalho2017-03-062-8/+22
|
* Remove unused argumentRodolfo Carvalho2017-03-061-1/+1
| | | | Detected by pylint. The fixture indeed doesn't require an argument.
* Prepare for origin moving to OCP version schemeClayton Coleman2017-02-232-0/+2
| | | | | | Origin 1.6 and future releases will be versioned as Origin 3.6+. This unifies a point of inconsistency and brings Origin in line with the full release history. Update version numbers to match that 3.x is preferred.
* Extract assertion common to all tests as functionRodolfo Carvalho2017-02-202-56/+24
|
* Replace nose yield-style tests w/ pytest fixturesRodolfo Carvalho2017-02-203-248/+247
|
* Make tests run with either nosetests or pytestRodolfo Carvalho2017-02-203-45/+42
| | | | | | | And remove explicit dependencies on nose, replacing with pytest. The former is the way forward, for it is a better maintained test library, and a transitive dependency of `molecule`, the test framework we're using to add integration tests to this repo (work in progress).
* Replace assert_equal with plain assertRodolfo Carvalho2017-02-202-28/+24
| | | | In the intention to remove the dependency on nose and use only pytest.
* Make usage of short_version/release consistentRodolfo Carvalho2017-02-202-27/+26
| | | | | This removes irrelevant differences between the two test files, making it easier to observe similarities.
* Reorganize tests and helper functions logicallyRodolfo Carvalho2017-02-202-129/+129
| | | | | | | | This is intented to make it easier to read tests top-down. The test methods in both files are sorted somehow logically, and in the same order in both files, to help visualizing the similarities between them with diff tools.
* Remove test duplicationRodolfo Carvalho2017-02-203-80/+60
| | | | | Consolidate tests for bad input into a single file instead of having the same code in two files.
* Move similar test cases togetherRodolfo Carvalho2017-02-202-64/+64
| | | | | And reorganize them in such a way to show that there are a bunch of duplicated tests that are exactly the same.
* Insert paths in the second position of sys.pathRodolfo Carvalho2017-02-202-2/+2
| | | | | | http://stackoverflow.com/a/10097543/4804690 Additionally, avoid using platform-specific '/' and '..'.
* Rename test for consistencyRodolfo Carvalho2017-02-201-1/+1
|
* Remove dead codeRodolfo Carvalho2017-02-182-34/+0
|
* Create v3_5 upgrade playbooksRussell Teague2017-01-302-5/+34
|
* Add future versions to openshift_factsClayton Coleman2017-01-041-1/+5
|
* Remove Hostname from 1.1 and 1.2 predicatesJason DeTiberus2016-12-071-2/+0
|
* Properly handle x.y.z formatted versions for openshift_releaseJason DeTiberus2016-12-072-0/+10
|
* Handle updating of scheduler config during upgradeJason DeTiberus2016-12-062-128/+267
| | | | | | | | | | | - do not upgrade predicates if openshift_master_scheduler_predicates is defined - do not upgrade priorities if openshift_master_scheduler_priorities is defined - do not upgrade predicates/priorities unless they match known previous default configs - output WARNING to user if predictes/priorities are not updated during install
* refactor handling of scheduler defaultsJason DeTiberus2016-11-292-0/+338