Skip to content
Snippets Groups Projects
Commit 11ba3c19 authored by Taya Snijder's avatar Taya Snijder
Browse files

changed name for test

parent 1e9317ea
No related branches found
No related tags found
1 merge request!427Resolve L2SS-874 "Mib loading test"
...@@ -26,8 +26,8 @@ TestVal OBJECT IDENTIFIER ::= { testMib 1 } ...@@ -26,8 +26,8 @@ TestVal OBJECT IDENTIFIER ::= { testMib 1 }
testNamedValue OBJECT-TYPE testNamedValue OBJECT-TYPE
SYNTAX INTEGER { SYNTAX INTEGER {
A (1), test_name (1),
B (2), other_name (2),
} }
MAX-ACCESS read-write MAX-ACCESS read-write
STATUS current STATUS current
......
...@@ -35,7 +35,7 @@ class TestMibLoading(base.TestCase): ...@@ -35,7 +35,7 @@ class TestMibLoading(base.TestCase):
# The expected testNamedValue parameters as written in TEST-MIB.mib # The expected testNamedValue parameters as written in TEST-MIB.mib
testNamedValue_oid = "1.3.99.1.99" testNamedValue_oid = "1.3.99.1.99"
testNamedValue = "testNamedValue" testNamedValue = "testNamedValue"
testNamedValue_named = "A" testNamedValue_named = "test_name"
testNamedValue_value = 1 testNamedValue_value = 1
# get testValue and set a value of 1 # get testValue and set a value of 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment