diff options
author | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2019-01-18 08:20:31 -0800 |
---|---|---|
committer | Andrew Yourtchenko <ayourtch@gmail.com> | 2019-01-18 17:29:57 +0000 |
commit | 48872780e8fd33509e19e7586d1503e48c8cfda2 (patch) | |
tree | b12c65f7ebae9a5a5fb6b055b5be60f6714832d1 /test | |
parent | 3e2bc759f4f02b3e6eed8f5d31cdaef5c8a163d7 (diff) |
VTL: Use latest version of syslog_rfc5424_parser (0.2.0) released: 190117
Upstream changes not compatable with: https://gerrit.fd.io/r/#/c/16797/
Running tests using custom test runner
Active filters: file=test_syslog.py, class=None, function=None
Adding tests from directory tree /vpp/test
1 out of 914 tests match specified filters
Not running extended tests (some tests will be skipped)
==============================================================================
Syslog Protocol Test Cases
==============================================================================
Syslog Protocol test OK
==============================================================================
TEST RESULTS:
Scheduled tests: 1
Executed tests: 1
Passed tests: 1
==============================================================================
Test run was successful
Change-Id: I42f86ae3e7f062c0343025ba16bc6e8d2c34ed50
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
(cherry picked from commit 5011c67058c3c37d344c5d83ab6046700327b7b4)
Diffstat (limited to 'test')
-rw-r--r-- | test/requirements.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/requirements.txt b/test/requirements.txt index 0723100bd68..52dca171852 100644 --- a/test/requirements.txt +++ b/test/requirements.txt @@ -7,9 +7,7 @@ parameterized>=0.6.1 # BSD pexpect # ISC psutil # BSD pycodestyle # MIT (Expat license) https://pypi.org/project/pycodestyle/ -# used by syslog_rfc5424_parser -pyparsing<2.3.1 # MIT scapy==2.4.0; python_version >= '2.7' or python_version >= '3.4' # GPL2 https://github.com/secdev/scapy/blob/master/LICENSE six # MIT subprocess32 # PSF -syslog_rfc5424_parser # ISC +syslog_rfc5424_parser>=0.2.0 # ISC |