FIX: Do not restart VPP immediately after VPP installation 33/18533/5
authorJan Gelety <jgelety@cisco.com>
Mon, 25 Mar 2019 23:49:45 +0000 (00:49 +0100)
committerJan Gelety <jgelety@cisco.com>
Tue, 26 Mar 2019 00:48:01 +0000 (01:48 +0100)
Change-Id: Ib3ee517c850953fe87f3036702d2924cf41a9998
Signed-off-by: Jan Gelety <jgelety@cisco.com>
VPP_STABLE_VER_UBUNTU_BIONIC
tests/vpp/device/__init__.robot
tests/vpp/func/__init__.robot
tests/vpp/perf/__init__.robot

index 99dbba6..3114f08 100644 (file)
@@ -1 +1 @@
-19.04-rc0~214-gcae98b72c
\ No newline at end of file
+19.04-rc0~538-g03dd90adf
\ No newline at end of file
index 56ce814..8b07e4f 100644 (file)
@@ -22,6 +22,7 @@
 | ... | AND | Setup Framework | ${nodes}
 | ... | AND | Setup Corekeeper on All Nodes | ${nodes}
 | ... | AND | Install Vpp On All Duts | ${nodes} | ${packages_dir}
+| ... | AND | Sleep | 10s
 | ... | AND | Verify Vpp On All Duts | ${nodes}
 | ... | AND | Get CPU Layout from all nodes | ${nodes}
 | ... | AND | Update All Interface Data On All Nodes | ${nodes}
index 563d1ea..f63fb67 100644 (file)
@@ -19,6 +19,7 @@
 | Suite Setup | Run Keywords | Setup Functional Global Variables
 | ... | AND | Setup Framework | ${nodes}
 | ... | AND | Install Vpp On All Duts | ${nodes} | ${VPP_PKG_DIR}
+| ... | AND | Sleep | 10s
 | ... | AND | Verify Vpp On All Duts | ${nodes}
 | ... | AND | Setup All DUTs | ${nodes}
 | ... | AND | Update All Interface Data On All Nodes | ${nodes}
index 20263d0..6317216 100644 (file)
@@ -22,6 +22,7 @@
 | ... | AND | Setup Framework | ${nodes}
 | ... | AND | Setup Corekeeper on All Nodes | ${nodes}
 | ... | AND | Install Vpp on All Duts | ${nodes} | ${packages_dir}
+| ... | AND | Sleep | 10s
 | ... | AND | Verify Vpp on All Duts | ${nodes}
 | ... | AND | Verify UIO Driver on all DUTs | ${nodes}
 | ... | AND | Setup All DUTs | ${nodes}