diff options
-rw-r--r-- | .gitlab-ci.yml | 1 | ||||
-rw-r--r-- | README.md | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1f8d116..1632e20 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,3 +7,4 @@ before_script: irati-test: script: - python examples/vpn.py + - python examples/two-layers.py @@ -73,6 +73,11 @@ folder. * [QEMU](http://wiki.qemu-project.org/Main_Page) is a generic and open source machine emulator and virtualizer. + + In order to use the qemu testbed, the user should install the + qemu and bredge-utils packages ion which the testbed depends: + + # sudo apt-get install bridge-utils qemu A minimal QEMU testbed is defined as follows: |