diff options
author | Jan Gelety <jgelety@cisco.com> | 2019-03-26 00:49:45 +0100 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2019-03-26 01:48:01 +0100 |
commit | d4c573af480c61fcbc524a8b7d1b275991715f25 (patch) | |
tree | cec15dbda5860f39c111955e6b37b29ef169bbfa /tests/vpp/device/__init__.robot | |
parent | bb9e43fa44a4b57888775a4a8e29d86542508c21 (diff) |
FIX: Do not restart VPP immediately after VPP installation
Change-Id: Ib3ee517c850953fe87f3036702d2924cf41a9998
Signed-off-by: Jan Gelety <jgelety@cisco.com>
Diffstat (limited to 'tests/vpp/device/__init__.robot')
-rw-r--r-- | tests/vpp/device/__init__.robot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/vpp/device/__init__.robot b/tests/vpp/device/__init__.robot index 56ce814b26..8b07e4fc28 100644 --- a/tests/vpp/device/__init__.robot +++ b/tests/vpp/device/__init__.robot @@ -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} |