History log of /lxc/src/tests/lxc-test-ubuntu
Revision Date Author Comments Expand
45997a79453b22713f06b6216767bd446703e439 22-Mar-2017 Stéphane Graber <stgraber@ubuntu.com>

tests: Support running on IPv6 networks Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>

f58236fd702f8979a68a74e17c7a81f37899edf7 22-Feb-2016 Serge Hallyn <serge.hallyn@ubuntu.com>

update tests to recognize cgns profile Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>

cd62fd869c96fc56ad1a4901dfd2e8a25355176e 09-Jul-2014 Stéphane Graber <stgraber@ubuntu.com>

tests: lxc-test-ubuntu doesn't actually need bind9-host Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>

c26adb82536952e27b05d237049b938d697e8ed9 09-Jul-2014 Stéphane Graber <stgraber@ubuntu.com>

tests: Clarify error message and fix return codes Reported-by: Michael J. Evans Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>

1d1774b1ac705364c8eb7959a554935d8c134230 31-Jan-2014 Bogdan Purcareata <bogdan.purcareata@freescale.com>

use susv3 head arguments Without enabling INCLUDE_SUSv2 in busybox, we need to use head's -n argument, rather than -#. Signed-off-by: Christopher Larson <kergoth@gmail.com> Acked-by: Stéphane Graber <stgraber@ubuntu.com>

8ced4fd4f746f882e9d9932036465d97ebd2811f 24-Jan-2014 Stéphane Graber <stgraber@ubuntu.com>

tests: Tweak lxc-test-ubuntu to be faster Signed-off-by: Stéphane Graber <stgraber@ubuntu.com> Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>

3ca91fb6f4e648f210096765002404e2d8116c8e 18-Oct-2013 Serge Hallyn <serge.hallyn@ubuntu.com>

lxc-test-ubuntu: also allow the standard non-nested apparmor policy Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com> Acked-by: Stéphane Graber <stgraber@ubuntu.com>

f10e04e36170dbd0faae3a667d53f0af1ef6a13a 16-Oct-2013 Stéphane Graber <stgraber@ubuntu.com>

Make 'make dist' match git content This fixes a few obvious issues when comparing the make dist output with the git tree. - Make all templates non-executable in git - Remove unused files: - src/lxc/list.c (empty, only includes the list.h header) - src/lxc/lxc-destroy.in (replace by lxc_destroy.c) - Add missing files to dist tarball: - src/python-lxc/examples/pyconsole.py - src/python-lxc/examples/pyconsole-vte.py - Mark all the python API tests executable - Mark lxc-test-ubuntu executable Signed-off-by: Stéphane Graber <stgraber@ubuntu.com> Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>

025f59ab98217b7e9caf6d3ac7e910853d95f621 03-Oct-2013 Serge Hallyn <serge.hallyn@ubuntu.com>

add basic lxc-test-ubuntu (v3) Some features of lxc - networking and LSM configuration for instance - are generally configured by the distro packages. This program tests the Ubuntu configuration. changelog v2: Switch to lxc-info -i to detect ip address as stgraber suggested Don't look for 'expect' as I'm not using it yet. changelog v3: Make sure to only read one ip address from container. Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com> Acked-by: Stéphane Graber <stgraber@ubuntu.com>