summaryrefslogtreecommitdiff
path: root/tests.as-root/run-in-artifact-with-different-artifacts.script
Commit message (Collapse)AuthorAgeFilesLines
* Allow run-in-artifact cmdtest to pass on x86_32Richard Maw2014-03-141-1/+1
| | | | | | | | This hard-coded the expected artifact key, which is dependent on architecture. Since we don't care about the output, so much as it failing, let's just discard it.
* cmdtests: Take into account new constructed artifactsRichard Maw2014-01-161-3/+3
|
* Fix run-in-artifact testLars Wirzenius2013-04-231-1/+1
| | | | | Previously, we were building a disk image, and that had a factory sub-volume, but now we're building a rootfs tarball instead, and that doesn't have a factory.
* Add image inspection pluginJannis Pohlmann2013-02-211-0/+47
This adds a `run-in-artifact` command which allows another command to be run in a system. There is also a `content-manifest` command which gives a manifest of the artifacts, which commits they were built from, and if possible, a version. This adds a morphlib.bins.call_in_artifact_directory() method to run a command inside an artifact and to generate a manifest.