diff options
author | Manuel Buil <manuelbuil87@gmail.com> | 2016-12-05 10:31:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-12-05 10:31:22 +0000 |
commit | 3353aa64745f051e5e5cacdd964837476acf6f6c (patch) | |
tree | e9b5ae54b5137e6fbb7fd3d50e0d8d734ee076cd /tests/functest/odl-sfc/README.sfc-test-2 | |
parent | b5f07669753b2b4383c7c10d133a2b803311cb8d (diff) | |
parent | d7779a17c0cc7fb6bca1e3797684b0870b136a0a (diff) |
Merge "ODL-SFC Test 2 added"
Diffstat (limited to 'tests/functest/odl-sfc/README.sfc-test-2')
-rw-r--r-- | tests/functest/odl-sfc/README.sfc-test-2 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/functest/odl-sfc/README.sfc-test-2 b/tests/functest/odl-sfc/README.sfc-test-2 new file mode 100644 index 00000000..5a9f2ebe --- /dev/null +++ b/tests/functest/odl-sfc/README.sfc-test-2 @@ -0,0 +1,11 @@ +### ODL-SFC TEST2 DESCRIPTION ### + +This is a simple description of the test case + +We create one client and one server using nova. Then, 2 SFs are created using +tacker. The SFs are deployed in two different compute nodes. A chain is created +where both SFs are included. + +vxlan_tool is started in both SFs and HTTP traffic is sent from the client to +the server. If it works, the vxlan_tool is modified to block HTTP traffic. +It is tried again and it should fail because packets are dropped |