Ubuntu Pastebin

Paste from powersj at Fri, 10 Mar 2017 19:42:33 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Run via tox
-----------
In order to avoid the need for dependencies and ease the setup and
configuration users can run the integration tests via tox:

.. code-block:: bash

    $ tox -e citest -- run [integration test arguments]
    $ tox -e citest -- run -v -n zesty --deb=cloud-init_all.deb
    $ tox -e citest -- run -t tests/cloud_tests/configs/module/user_groups.yaml

Users need to invoke the citest enviornment and then pass any additional 
arguments.

Dependencies
-------------------
In order to execute the integration tests the following must available:

* tox

or

* python3
* lxd
* pylxd version 2.1.3
Download as text