diff options
Diffstat (limited to 'test/vrf.py')
-rw-r--r-- | test/vrf.py | 3 |
1 files changed, 2 insertions, 1 deletions
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 |