summaryrefslogtreecommitdiff
path: root/heat_cfntools/tests/test_cfn_helper.py
Commit message (Expand)AuthorAgeFilesLines
* Use unittest.mock instead of third party mockSean McGinnis2020-06-091-1/+1
* Fix pep8 errors with later versions of hackingZane Bitter2018-07-181-9/+7
* Replace 'MagicMock' with 'Mock'shizhihui2016-09-231-2/+2
* Replace assertEqual(None, *) with assertIsNone in testsShuquan Huang2015-12-171-4/+3
* Don't run commands given as list on shellAnant Patil2015-09-231-0/+24
* Convert all internal commands to listAnant Patil2015-09-221-100/+124
* Use seteuid instead of su to control privilegesAnant Patil2015-09-221-31/+95
* Revert "Fix cfntools command injection"Zane Bitter2015-09-031-48/+8
* Fix cfntools command injection1.4.0Anant Patil2015-08-311-8/+48
* Fix unit testsAnant Patil2015-08-141-12/+24
* Ported tests from mox3 to mock to support Python >= 3.3Miro Hrončok2015-02-221-505/+428
* Python 3 compatibilityMiro Hrončok2015-02-211-11/+11
* Support dnf when specified or yum is missingRyan S. Brown2015-01-151-0/+68
* Change wget to curl for using both of them is redundant1.2.8Yukinori Sagara2014-08-241-11/+11
* Fix cfn_helper test for random hash seedYukinori Sagara2014-08-231-42/+48
* Merge "Add support for package install via zypper"Jenkins2014-06-181-1/+30
|\
| * Add support for package install via zypperDirk Mueller2014-05-081-1/+30
* | Update sysvinit function to support ubuntuEthan Lynn2014-05-291-25/+186
|/
* Switch over to mox3Dirk Mueller2014-03-231-1/+1
* Merge "Support of ignoreErrors for commands"Jenkins2014-03-051-12/+53
|\
| * Support of ignoreErrors for commandsSimon Pasquier2014-02-241-12/+53
* | cfn-signal provides a unique default idSimon Pasquier2014-02-181-0/+21
|/
* Sync with global requirementsSascha Peilicke2014-01-171-3/+3
* Only run yum install once per package blockAngus Salkeld2013-11-011-4/+5
* Add basic yum and apt package install testsAngus Salkeld2013-11-011-0/+51
* Implement -k option for cfn-get-metadataSimon Pasquier2013-09-101-5/+93
* Add a get_tags() method to the Metadata classAngus Salkeld2013-07-311-0/+147
* Add GitHub tarball and zipball supportJUN JIE NAN2013-07-011-0/+8
* Using pipe to handle tgz sources1.2.4JUN JIE NAN2013-06-261-3/+47
* Use Python 3.x compatible octal literalsDirk Mueller2013-06-131-2/+2
* cfn-get-metadata: log metadata to standard outputSimon Pasquier2013-06-031-16/+35
* Merge "Fix leaky tempfiles during test suite."Jenkins2013-05-161-29/+18
|\
| * Fix leaky tempfiles during test suite.Clint Byrum2013-05-081-29/+18
* | Fix pyflakes/hacking errors.Monty Taylor2013-05-111-1/+0
|/
* Rework testsuite to be section order agnosticDirk Mueller2013-05-031-17/+19
* Use testtools for better Python 2.6 compatibilityDirk Mueller2013-05-011-18/+16
* Cache metadata in /var/cache instead of /tmp1.2.2Clint Byrum2013-04-101-0/+26
* Use tempfile.mkdtemp to avoid tempfile raceClint Byrum2013-04-101-0/+36
* Don't use metadata from previous test.Steve Baker2013-03-181-6/+19
* Test coverage for ServicesHandlerSteve Baker2013-03-081-0/+239
* Store HupConfig hooks in a list, not a dictSteve Baker2013-03-081-0/+126
* Test coverage for CommandRunnerSteve Baker2013-03-081-0/+48
* Add tox, pep8, pyflakes, testr supportSteve Baker2013-03-071-27/+28
* Test retrieval of remote metadata and call to cfn_init.Steve Baker2013-02-281-0/+48
* Tests for Metadata.retrieve()Steve Baker2013-02-271-0/+74
* test cfn_helper.parse_creds_fileSteve Baker2013-02-261-0/+20
* test cfn_helper.to_booleanSteve Baker2013-02-261-0/+15
* Add cfntools unit test to sync with heat-jeos.Steve Baker2013-02-211-0/+55