summaryrefslogtreecommitdiffstats
path: root/test/vpp_object.py
AgeCommit message (Expand)AuthorFilesLines
2020-12-07tests: py2 cleanup - remove subclassing of objectPaul Vinciguerra1-1/+1
2020-12-03tests: remove py2/py3 six compatability libraryPaul Vinciguerra1-5/+1
2020-12-02tests: add type annotations to the vpp object abstract classPaul Vinciguerra1-12/+12
2019-03-29tests: refactor vpp_object.pyPaul Vinciguerra1-3/+22
2019-02-26VPP-1508 Python3 abstract classesPaul Vinciguerra1-6/+7
2018-11-27VPP-1508 Fix for bug introduced in tests on use of repr.Paul Vinciguerra1-2/+2
2018-11-25VPP-1508 python3 tests: python3 repr.Paul Vinciguerra1-1/+3
2018-02-06BIER: fix support for longer bit-string lengthsNeale Ranns1-4/+3
2017-03-06make test: reset object registry if vpp diesKlement Sekera1-2/+7
2017-03-02BFD: command line interfaceKlement Sekera1-0/+1
2017-02-14make test: improve stabilityKlement Sekera1-18/+17
2017-01-11BFD: fix bfd_udp_add APIKlement Sekera1-9/+12
2016-12-07BFD: basic asynchronous session up/downKlement Sekera1-0/+79
doc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
/*
 *------------------------------------------------------------------
 * Copyright (c) 2017 Cisco and/or its affiliates.
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at:
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 *------------------------------------------------------------------
 */

#include <igmp/igmp.api.h>

/*
 * fd.io coding-style-patch-verification: ON
 *
 * Local Variables:
 * eval: (c-set-style "gnu")
 * End:
 */