diff options
author | Manuel Buil <mbuil@suse.com> | 2017-09-18 14:46:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-09-18 14:46:22 +0000 |
commit | 4a27b6ea4619522f3c48384d6f5264e4b3c391d4 (patch) | |
tree | 5558994f78b413b75cec25e769549bc6bcb2df91 | |
parent | 74a11ddd653b02d4560421e4b8555b46ca3ae0fd (diff) |
Update git submodules
* Update docs/submodules/sfc from branch 'master'
- Merge "[Bug Fix] Delete vnffgs in a reverse order"
- [Bug Fix] Delete vnffgs in a reverse order
JIRA: SFC-106
In sfc_two_chain testcase we need to delete first the blue
and then the red vnffg because if we do it the other way around
the tacker produces a warning that the flow classifier of the vnffg red
is in use and cannot delete the chain.
The aforementioned warning is produced because during the execution
of the two_chain testcase we reassing the classifier from the red vnffg
to the blue vnffg. So if we try to delete first the red vnffg we get the
warning because the classifier is assigned and in use from the blue
vnffg.
Change-Id: I3cb7bef4b9b9e75eef4961fe7f63cbc1755130be
Signed-off-by: Dimitrios Markou <mardim@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 4c701f39ac0af6b1221e5329bee925d53a5ccfe +Subproject 40344ff1e6a616a97cd1eb2afcc767699a576dc |