~aittner/charms/+source/scalebot-autopkgtest:add-extra-env-variables-to-test

Last commit made on 2021-06-24
Get this branch:
git clone -b add-extra-env-variables-to-test https://git.launchpad.net/~aittner/charms/+source/scalebot-autopkgtest
Only Alexandre Erwin Ittner can upload to this branch. If you are Alexandre Erwin Ittner please log in for upload directions.

Branch merges

Branch information

Name:
add-extra-env-variables-to-test
Repository:
lp:~aittner/charms/+source/scalebot-autopkgtest

Recent commits

8114452... by Alexandre Erwin Ittner

Add parameter "extravars" to action "run-test"

This new parameter defines a set of environment variables that will
be exported to the test at the moment it runs. Can be used to change
some behavior. Example:

$ juju run-action autopkgtest/1 run-test pkgname=mysql-5.7 extravars='MTR_MAX_PARALLEL=8'

7356c12... by Alexandre Erwin Ittner

Add patched "null" virtualization provider

This provider allows us to ignore the "breaks-testbed" restriction on
some tests by providing a forced "revert-full-system" capability to our
environments. That's ok because we are running on juju-allocated machines
that will be released once the test finishes.

5dcf105... by Alexandre Erwin Ittner

Add apt updates repository to the target machine

8daa3ee... by Alexandre Erwin Ittner

Add charm to deploy an autopkgtest environment in Scalebot

5e07e4d... by Alexandre Erwin Ittner

Init repository