diff options
author | Matej Klotton <mklotton@cisco.com> | 2016-03-03 17:49:13 +0100 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2016-03-11 12:22:05 +0000 |
commit | 05eba892c7d2a778e78a950966fb1a6e0d68aa60 (patch) | |
tree | 70deac23c37148021dce43b8277ee079b6ea0e81 /tests/suites/__init__.robot | |
parent | 5fbbffd70f3b03b1778d31173065d86bfcc9a975 (diff) |
Update VPP version downloaded from Nexus.
Change-Id: Iae2ee6d576347262d9f3f9a9e9b9cc65dbc5bf5e
Signed-off-by: Matej Klotton <mklotton@cisco.com>
Diffstat (limited to 'tests/suites/__init__.robot')
-rw-r--r-- | tests/suites/__init__.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/suites/__init__.robot b/tests/suites/__init__.robot index 64f4a99de8..e025575dd7 100644 --- a/tests/suites/__init__.robot +++ b/tests/suites/__init__.robot @@ -16,6 +16,6 @@ | Library | resources/libraries/python/SetupFramework.py | Library | resources.libraries.python.topology.Topology | Suite Setup | Run Keywords | Setup Framework | ${nodes} -| ... | AND | Start VPP Service On All DUTs | ${nodes} +| ... | AND | Setup All DUTs | ${nodes} | ... | AND | Update All Interface Data On All Nodes | ${nodes} |