diff options
author | Jan Gelety <jgelety@cisco.com> | 2018-09-25 15:41:10 +0200 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2018-11-27 14:58:18 +0000 |
commit | 287406e3097d8409bcf12cba3eb3304f91857e90 (patch) | |
tree | 2ef5a640045cf806ac7663da8557177cd66ed54b /tests/vpp/perf | |
parent | 9bc5017b07c7a779af9bff0360d022388adbf2d1 (diff) |
CSIT python API introduction
Jira: CSIT-1336
Change-Id: I96d2b0221c5a7466484a82339fc132c5921532d1
Signed-off-by: Jan Gelety <jgelety@cisco.com>
Diffstat (limited to 'tests/vpp/perf')
-rw-r--r-- | tests/vpp/perf/__init__.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/vpp/perf/__init__.robot b/tests/vpp/perf/__init__.robot index bba10eb831..0e24ecda6b 100644 --- a/tests/vpp/perf/__init__.robot +++ b/tests/vpp/perf/__init__.robot @@ -60,5 +60,5 @@ | | @{vpp_rpm_pkgs}= | Create List | vpp | vpp-devel | vpp-lib | vpp-plugins | | Set Global Variable | ${vpp_rpm_pkgs} | | @{vpp_deb_pkgs}= | Create List | vpp | vpp-dbg | vpp-dev | vpp-lib -| | ... | vpp-plugins +| | ... | vpp-plugins | vpp-api-python | | Set Global Variable | ${vpp_deb_pkgs} |