vpp/src/plugins/svs/test/test_svs.py, branch stable/2306 Vector Packet Processing http://git.fd.io/vpp/atom?h=stable%2F2306 2021-05-13T09:33:06+00:00 tests: move test source to vpp/test 2021-05-13T09:33:06+00:00 Dave Wallace dwallacelf@gmail.com 2021-05-13T01:43:59+00:00 urn:sha1:eddd8e3588561039985b27edf059db6033bfdfab - Generate copyright year and version instead of using hard-coded data Type: refactor Signed-off-by: Dave Wallace <dwallacelf@gmail.com> Change-Id: I6058f5025323b3aa483f5df4a2c4371e27b5914e tests: remove svs, proxy_arp and gso from vpp_papi_provider 2020-11-24T09:12:51+00:00 Ole Troan ot@cisco.com 2020-11-19T15:01:23+00:00 urn:sha1:5c2a23720f433aa5ddcc1b077ddb91f494ff958d Type: refactor Signed-off-by: Ole Troan <ot@cisco.com> Change-Id: I916a386af48fd558b4749e206b2bc4b82a888512 Signed-off-by: Ole Troan <ot@cisco.com> ip: Protocol Independent IP Neighbors 2019-12-17T10:56:20+00:00 Neale Ranns nranns@cisco.com 2019-09-30T10:53:31+00:00 urn:sha1:cbe25aab3be72154f2c706c39eeba6a77f34450f Type: feature - ip-neighbour: generic neighbour handling; APIs, DBs, event handling, aging - arp: ARP protocol implementation - ip6-nd; IPv6 neighbor discovery implementation; separate ND, MLD, RA - ip6-link; manage link-local addresses - l2-arp-term; events separated from IP neighbours, since they are not the same. vnet retains just enough education to perform ND/ARP packet construction. arp and ip6-nd to be moved to plugins soon. Change-Id: I88dedd0006b299344f4c7024a0aa5baa6b9a8bbe Signed-off-by: Neale Ranns <nranns@cisco.com> tests: python3 use byte strings in raw() 2019-11-08T13:25:56+00:00 Ole Troan ot@cisco.com 2019-11-07T12:52:21+00:00 urn:sha1:770a0deaadfb2d26cbc5da05f84578a7bd92e9d2 Raw('\xaf) and Raw(b'\xaf) are two quite different things in python 2 versus 3. In most cases this didn't make a difference, apart from those cases where length of payload actually mattered. Type: fix Signed-off-by: Ole Troan <ot@cisco.com> Change-Id: I3cba5c1486e436a3ca8aa10a7b393da75aa9f6b9 misc: Fix python scripts shebang line 2019-11-05T21:08:59+00:00 Renato Botelho do Couto renato@netgate.com 2019-10-31T18:31:07+00:00 urn:sha1:ead1e536d66d83b546528c32e2112085a97c8e13 Type: fix Since CentOS 8, RPM build script doesn't accept '#!/usr/bin/env python' as a valid shebang line. It requires scripts to explicitly chose between python2 or python3. Change all to use python3 as suggested by Paul Vinciguerra. Depends-On: https://gerrit.fd.io/r/23170 Signed-off-by: Renato Botelho do Couto <renato@netgate.com> Change-Id: Ie72af9f60fd0609e07f05b70f8d96e738b2754d1 tests: move plugin tests to src/plugins/*/test 2019-08-22T15:33:59+00:00 Dave Wallace dwallacelf@gmail.com 2019-08-22T00:32:29+00:00 urn:sha1:a43c93f8554ad7418e31be3791b3fb71232f60ac - Relocate plugin tests for 'make test' into src/plugins/*/test so that plugin test cases are co-located with the plugin source code. Type: refactor Signed-off-by: Dave Wallace <dwallacelf@gmail.com> Change-Id: I503e6a43528e14981799b735fa65674155713f67 Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<feed xmlns="http://www.w3.org/2005/Atom">
<title>vpp/src/plugins/svs/test/test_svs.py, branch stable/2306</title>
<subtitle>Vector Packet Processing</subtitle>
<id>http://git.fd.io/vpp/atom?h=stable%2F2306</id>
<link rel="self" href="http://git.fd.io/vpp/atom?h=stable%2F2306"/>
<link rel="alternate" type="text/html" href="http://git.fd.io/vpp/"/>
<updated>2021-05-13T09:33:06+00:00</updated>
<entry>
<title>tests: move test source to vpp/test</title>
<updated>2021-05-13T09:33:06+00:00</updated>
<author>
<name>Dave Wallace</name>
<email>dwallacelf@gmail.com</email>
</author>
<published>2021-05-13T01:43:59+00:00</published>
<link rel="alternate" type="text/html" href="http://git.fd.io/vpp/commit/?id=eddd8e3588561039985b27edf059db6033bfdfab"/>
<id>urn:sha1:eddd8e3588561039985b27edf059db6033bfdfab</id>
<content type="text"> - Generate copyright year and version instead of using hard-coded data Type: refactor Signed-off-by: Dave Wallace <dwallacelf@gmail.com> Change-Id: I6058f5025323b3aa483f5df4a2c4371e27b5914e </content>
</entry>
<entry>
<title>tests: remove svs, proxy_arp and gso from vpp_papi_provider</title>
<updated>2020-11-24T09:12:51+00:00</updated>
<author>
<name>Ole Troan</name>
<email>ot@cisco.com</email>
</author>
<published>2020-11-19T15:01:23+00:00</published>
<link rel="alternate" type="text/html" href="http://git.fd.io/vpp/commit/?id=5c2a23720f433aa5ddcc1b077ddb91f494ff958d"/>
<id>urn:sha1:5c2a23720f433aa5ddcc1b077ddb91f494ff958d</id>
<content type="text"> Type: refactor Signed-off-by: Ole Troan <ot@cisco.com> Change-Id: I916a386af48fd558b4749e206b2bc4b82a888512 Signed-off-by: Ole Troan <ot@cisco.com> </content>
</entry>
<entry>
<title>ip: Protocol Independent IP Neighbors</title>
<updated>2019-12-17T10:56:20+00:00</updated>
<author>
<name>Neale Ranns</name>
<email>nranns@cisco.com</email>
</author>
<published>2019-09-30T10:53:31+00:00</published>
<link rel="alternate" type="text/html" href="http://git.fd.io/vpp/commit/?id=cbe25aab3be72154f2c706c39eeba6a77f34450f"/>
<id>urn:sha1:cbe25aab3be72154f2c706c39eeba6a77f34450f</id>
<content type="text"> Type: feature - ip-neighbour: generic neighbour handling; APIs, DBs, event handling, aging - arp: ARP protocol implementation - ip6-nd; IPv6 neighbor discovery implementation; separate ND, MLD, RA - ip6-link; manage link-local addresses - l2-arp-term; events separated from IP neighbours, since they are not the same. vnet retains just enough education to perform ND/ARP packet construction. arp and ip6-nd to be moved to plugins soon. Change-Id: I88dedd0006b299344f4c7024a0aa5baa6b9a8bbe Signed-off-by: Neale Ranns <nranns@cisco.com> </content>
</entry>
<entry>
<title>tests: python3 use byte strings in raw()</title>
<updated>2019-11-08T13:25:56+00:00</updated>
<author>
<name>Ole Troan</name>
<email>ot@cisco.com</email>
</author>
<published>2019-11-07T12:52:21+00:00</published>
<link rel="alternate" type="text/html" href="http://git.fd.io/vpp/commit/?id=770a0deaadfb2d26cbc5da05f84578a7bd92e9d2"/>
<id>urn:sha1:770a0deaadfb2d26cbc5da05f84578a7bd92e9d2</id>
<content type="text"> Raw('\xaf) and Raw(b'\xaf) are two quite different things in python 2 versus 3. In most cases this didn't make a difference, apart from those cases where length of payload actually mattered. Type: fix Signed-off-by: Ole Troan <ot@cisco.com> Change-Id: I3cba5c1486e436a3ca8aa10a7b393da75aa9f6b9 </content>
</entry>
<entry>
<title>misc: Fix python scripts shebang line</title>
<updated>2019-11-05T21:08:59+00:00</updated>
<author>
<name>Renato Botelho do Couto</name>
<email>renato@netgate.com</email>
</author>
<published>2019-10-31T18:31:07+00:00</published>
<link rel="alternate" type="text/html" href="http://git.fd.io/vpp/commit/?id=ead1e536d66d83b546528c32e2112085a97c8e13"/>
<id>urn:sha1:ead1e536d66d83b546528c32e2112085a97c8e13</id>
<content type="text"> Type: fix Since CentOS 8, RPM build script doesn't accept '#!/usr/bin/env python' as a valid shebang line. It requires scripts to explicitly chose between python2 or python3. Change all to use python3 as suggested by Paul Vinciguerra. Depends-On: https://gerrit.fd.io/r/23170 Signed-off-by: Renato Botelho do Couto <renato@netgate.com> Change-Id: Ie72af9f60fd0609e07f05b70f8d96e738b2754d1 </content>
</entry>
<entry>
<title>tests: move plugin tests to src/plugins/*/test</title>
<updated>2019-08-22T15:33:59+00:00</updated>
<author>
<name>Dave Wallace</name>
<email>dwallacelf@gmail.com</email>
</author>
<published>2019-08-22T00:32:29+00:00</published>
<link rel="alternate" type="text/html" href="http://git.fd.io/vpp/commit/?id=a43c93f8554ad7418e31be3791b3fb71232f60ac"/>
<id>urn:sha1:a43c93f8554ad7418e31be3791b3fb71232f60ac</id>
<content type="text"> - Relocate plugin tests for 'make test' into src/plugins/*/test so that plugin test cases are co-located with the plugin source code. Type: refactor Signed-off-by: Dave Wallace <dwallacelf@gmail.com> Change-Id: I503e6a43528e14981799b735fa65674155713f67 Signed-off-by: Dave Wallace <dwallacelf@gmail.com> </content>
</entry>
</feed>