Update git submodules
authorDimitrios Markou <mardim@intracom-telecom.com>
Mon, 18 Sep 2017 09:39:18 +0000 (12:39 +0300)
committerGerrit Code Review <gerrit@opnfv.org>
Mon, 18 Sep 2017 14:46:10 +0000 (14:46 +0000)
commit3188aecff3c09e65acb04e554ac26818dabb0d38
tree917e1d28ce04f13b8959abacac3678c4454030c3
parent68d88707303b97525210b5a283c83a9c1f6bd955
Update git submodules

* Update docs/submodules/sfc from branch 'stable/euphrates'
  - [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>
docs/submodules/sfc