summaryrefslogtreecommitdiff
path: root/tests.as-root/tarball-image-is-sensible.script
Commit message (Collapse)AuthorAgeFilesLines
* Update tests in line with changes to os-releaseJonathan Maw2013-07-021-1/+1
|
* Change test to also verify that artifact is not compressedLars Wirzenius2013-03-111-0/+7
|
* Reinstate check for python 2.7Richard Maw2013-01-221-0/+3
|
* Merge branch 'jjardon/python_compatibility_fixes' of ↵Richard Maw2013-01-211-3/+1
|\ | | | | | | | | | | | | | | | | | | ssh://git.baserock.org/baserock/baserock/morph This includes the following fixups: - altering the bootstrap script to install ordereddict and simplejson. - Adding a comment to clarify that it is intentional to use simplejson if collections does not have OrderedDict - Amending the copyright years to include 2013
| * tests.as-root/*: Remove check to run only the teset with Python 2.7Javier Jardón2013-01-181-2/+0
|/ | | | | As we use ordererdict for python < 2.7 as well See 37f8d84d7ab356169bf7c04bdecb39a61b85c88d
* Tidy up command testsSam Thursfield2012-11-141-6/+7
| | | | Be consistent about placement of test description, blank lines, etc.
* Consolidate checks for python versionRichard Maw2012-11-131-3/+1
| | | | | | | | Most of the bespoke logic for the version check is unnecessary, since the output to display can be easily inferred from the filename. This fixes some test failures where the version check would cat a file to fake the output, but fail because the file was removed.
* tests: Always use test:morphs for morphs repoSam Thursfield2012-11-121-1/+1
| | | | Some tests were using test:morphs-repo instead.
* Write /etc/os-release in system imagesSam Thursfield2012-10-261-0/+1
| | | | | | This is intended to for human consumption, with the full set of metadata in /baserock/system-artifact-name.meta. It currently lists system name, the symbolic ref of the system morphology and build date.
* Write metadata for the rootfs itself into the rootfsSam Thursfield2012-10-261-6/+3
| | | | | | | | This makes it easier to identify what version of a system we are running. Tests are updated to check inside the contents of the rootfs we created, and the code to mount the rootfs as a loopback device was extracted out into tests.as-root/lib
* Disable two tests if Python 2.6 is being usedLars Wirzenius2012-10-121-0/+4
|
* Use . instead of source in /bin/sh scriptLars Wirzenius2012-10-121-1/+1
|
* Add regression test for created tarballsRichard Maw2012-10-091-0/+35