aboutsummaryrefslogtreecommitdiffstats
path: root/plans/vfc-nfvo-wfengine
AgeCommit message (Collapse)AuthorFilesLines
2020-07-21Remove csit related to components which are not in Guilin Releasedyh3-124/+0
Issue-ID: VFC-1711 Change-Id: I470ace63ed193dc5806368405e5e72c8479fc0d8 Signed-off-by: dyh <dengyuanhong@chinamobile.com>
2020-03-23Fix getting local ip address in CSIT setup scriptsBartek Grzybowski1-1/+1
Assumption that last field in routing entry is the local src address is no longer valide in the latest iproute2 releases as it adds UID information. The correct way is to get the 7th field, not the last. Change-Id: Id2289fbf9b916ccab3ac7949d4f8118ef0571935 Issue-ID: INT-1497 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2018-09-27Adjust relative paths for CSIT filesGary Wu1-1/+1
Remove leading test/csit/ from all relative paths to accomodate the move into integration/csit repo. Change-Id: Id9482b46df839f5eba28135e9f987a3eda1d7d94 Issue-ID: INT-671 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-09-27Move CSIT to integration/csit repoGary Wu3-0/+124
To facilite branching of CSIT tests, all CSIT test code and scripts are relocated to the integration/csit repo. Change-Id: I1e4c0eff44691f73f8098b3c52764107f6b8b8df Issue-ID: INT-671 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>