X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Fvrf.py;h=2db18c4824b0045666c3a008466ee71a6a0d4835;hb=c03593e81d924e65de0f28ae69b452ddd2052757;hp=b3daceed2c164802ebb1e7e96eae61dff5f2d5a9;hpb=95c87b5ae5db74385f56ba5dd08718c65a1edf69;p=vpp.git diff --git a/test/vrf.py b/test/vrf.py index b3daceed2c1..2db18c4824b 100644 --- a/test/vrf.py +++ b/test/vrf.py @@ -4,7 +4,8 @@ from util import NumericConstant class VRFState(NumericConstant): - """ VRF State """ + """VRF State""" + not_configured = 0 configured = 1 reset = 2