aboutsummaryrefslogtreecommitdiff
path: root/linaro_image_tools/tests/test_utils.py
AgeCommit message (Expand)Author
2013-06-27PEP8 fixes.Milo Casagrande
2013-02-25Fix pep8.Stevan Radakovic
2013-02-25Fix error in tests.Stevan Radakovic
2013-02-25Sort out exception handling when CommandNotFound is not present.Stevan Radakovic
2013-02-18Fourth run of pep8 fixes.Stevan Radakovic
2013-02-14More PEP8 fixes.Stevan Radakovic
2013-01-30Reworked args checking, added tests.Milo Casagrande
2012-06-13More PEP8 fixes on new stuff.Danilo Segan
2012-06-13Fixed proposed review changes.Milo Casagrande
2012-06-07Fixed test regression.Milo Casagrande
2012-06-07Renamed test class: conflicting with another oneMilo Casagrande
2012-06-07Merged code from trunk.Milo Casagrande
2012-06-07First step into fixing the mock object.Milo Casagrande
2012-06-06Applied PEP8 changes.Milo Casagrande
2012-06-06Fixed test case with new method needing output.Milo Casagrande
2012-06-06First fix to the test case.Milo Casagrande
2012-05-31Added a new test for additional hwpack checks.Milo Casagrande
2012-05-31Fixed import sorting in alphabetical order.Milo Casagrande
2012-05-30Fixed typos and test description.Milo Casagrande
2012-05-28Fixed error: hwpacks is a list.Milo Casagrande
2012-05-28Remove tmp directory at the end of test.Milo Casagrande
2012-05-28Added hwpack argument checking.Milo Casagrande
2012-05-28Added test for hwpack argumentMilo Casagrande
2012-04-18Moved additional option checks into their own function (additional_option_che...James Tunnicliffe
2012-04-18Moved defaulting of args.device into ArgumentParser set up.James Tunnicliffe
2012-04-18Renamed --directory option to --output-directory. Set default file name for a...James Tunnicliffe
2012-04-18Fixed spelling of IncompatibleOptionsJames Tunnicliffe
2012-04-17Removed outputs_directory flagJames Tunnicliffe
2012-04-17--directory can now be specified at the same time as --image-file. If --direc...James Tunnicliffe
2012-04-16Added test for new board config handlingJames Tunnicliffe
2011-10-12Add path_in_tarfile_exists() and use it to detect new Live image format.Mattias Backman
2011-08-18Fixes three problems shown by unit tests:James Tunnicliffe
2011-08-15Bug fix: Was not passing a message correctly into the message queue correctly...James Tunnicliffe
2011-07-21Moved checking the result of verify_file_integrity into its own function that...James Tunnicliffe
2011-07-21linaro-media-create now aborts on GPG and sha1sum check fails with nice messa...James Tunnicliffe
2011-06-21Add basic tests for the file verification.Mattias Backman
2011-03-24Merge lp:~lool/linaro-image-tools/testsuite-when-installed-v2:Loïc Minier
2011-03-24Use cmd_runner.SUDO_ARGS instead of importing it; tidy up imports.Loïc Minier
2011-03-24Revert parts of r309; use MockCmdRunnerPopenFixture.mock.commands_executedLoïc Minier
2011-03-24Move duplicated preferred_tools_dir helper to linaro_image_tools.utils; thisLoïc Minier
2011-03-24Move TestCaseWithFixtures from linaro_image_tools.hwpack.testing to testing asLoïc Minier
2011-03-24Move CreateTempDirFixture, MockSomethingFixture, MockCmdRunnerPopen andLoïc Minier
2011-03-24Expose cmd_runner's 'sudo -E' args for use in tests; convert most tests to useLoïc Minier
2011-03-24Move linaro_image_tools.media_create.cmd_runner toLoïc Minier
2011-03-24Split linaro_image_tools.utils tests out ofLoïc Minier