diff options
author | George Paraskevopoulos <geopar@intracom-telecom.com> | 2017-03-22 16:15:56 +0200 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-03-28 15:00:15 +0000 |
commit | daf7cfa62af1e4e3dff80755b335b847f48d42d8 (patch) | |
tree | d21b01b60319da4bcf70c49412935f7df0ea74b8 | |
parent | 92aa7c8c57cd5cff8738751311ac0fc40534e1c4 (diff) |
Update git submodules
* Update docs/submodules/sfc from branch 'master'
- Rewrite classification rules wait loop
This is a candidate replacement for the wait_for_classification_rules
function. The functionality is as follows:
- Query ODL operational datastore for the RSPs for which we should
expect to see flows in the computes (RSPs for which ACL rules exist)
and associate them with a list of vnfs. Also get the tp_dst from the
ACL match rules.
- Use the known topology to associate the RSPs to a set of compute nodes
(at this point we know that ODL promised us that we should see
classification rules for a particular rsp in the nodes C1, C2 ...)
- Gather the installed flows in table=11 in each compute
- Verify that the RSPs are installed as promised by ODL for the correct
tp_dst
Change-Id: I79747ad1df3eb0c67f783167601b5ea99fb43f16
Signed-off-by: George Paraskevopoulos <geopar@intracom-telecom.com>
m--------- | docs/submodules/sfc | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/sfc b/docs/submodules/sfc -Subproject 9ed03234419c6d6bfb6467bb0c48a45d722ac09 +Subproject b23c753e79172a2f865804854f80fb3b963d6f8 |