aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml1
-rw-r--r--README.md5
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
diff --git a/README.md b/README.md
index db3211a..beb56c8 100644
--- a/README.md
+++ b/README.md
@@ -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: