diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-03-22 13:25:49 -0700 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2018-04-19 11:13:41 -0500 |
commit | 76bc74f47aaae4064f836b351074e3db07180c91 (patch) | |
tree | 0b6566990178bc6bc90096f73435a2feb8dffd2e /robot/testsuites | |
parent | 735671a2ed190ef5dd9244d4c7e1bd7ba4e27132 (diff) |
Fix vFW Closed Loop robot test case
Issued addressed by this change:
* Cherry picked from Amsterdam
* Send the invariantUUID of VPKTG to Policy instead of VFW
* Extraneous single quote characters in the policy yaml
* Policy update wouldn’t “stick” until I added in the delays
in between the various Policy API calls
* Had to ignore the VID teardown errors; not sure if this is
necessary to pass the closed loop test
Change-Id: Ie504736484df78c46f564ee21bbd0c22d494af1f
Issue-ID: INT-406
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'robot/testsuites')
-rw-r--r-- | robot/testsuites/closed-loop.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/testsuites/closed-loop.robot b/robot/testsuites/closed-loop.robot index e36be894..8f580da8 100644 --- a/robot/testsuites/closed-loop.robot +++ b/robot/testsuites/closed-loop.robot @@ -12,4 +12,4 @@ VFW Closed Loop Test VFW Policy VDNS Closed Loop Test [TAGS] ete closedloop - VDNS Policy
\ No newline at end of file + VDNS Policy |