components/python/pysmi/test/results-py2.master
changeset 6764 61145e0c8313
equal deleted inserted replaced
6763:bbbdb8a281cb 6764:61145e0c8313
       
     1 . tests/test_agentcapabilities_smiv2_pysnmp.py::AgentCapabilitiesTestCase::testAgentCapabilitiesClass
       
     2 . tests/test_agentcapabilities_smiv2_pysnmp.py::AgentCapabilitiesTestCase::testAgentCapabilitiesDescription
       
     3 . tests/test_agentcapabilities_smiv2_pysnmp.py::AgentCapabilitiesTestCase::testAgentCapabilitiesName
       
     4 . tests/test_agentcapabilities_smiv2_pysnmp.py::AgentCapabilitiesTestCase::testAgentCapabilitiesSymbol
       
     5 . tests/test_imports_smiv2_pysnmp.py::ImportClauseTestCase::testModuleCheckImportedSymbol
       
     6 . tests/test_imports_smiv2_pysnmp.py::ImportClauseTestCase::testModuleImportsRequiredMibs
       
     7 . tests/test_modulecompliance_smiv2_pysnmp.py::ModuleComplianceTestCase::testModuleComplianceClass
       
     8 . tests/test_modulecompliance_smiv2_pysnmp.py::ModuleComplianceTestCase::testModuleComplianceDescription
       
     9 . tests/test_modulecompliance_smiv2_pysnmp.py::ModuleComplianceTestCase::testModuleComplianceName
       
    10 . tests/test_modulecompliance_smiv2_pysnmp.py::ModuleComplianceTestCase::testModuleComplianceSymbol
       
    11 . tests/test_moduleidentity_smiv2_pysnmp.py::ModuleIdentityTestCase::testModuleIdentityClass
       
    12 . tests/test_moduleidentity_smiv2_pysnmp.py::ModuleIdentityTestCase::testModuleIdentityContactInfo
       
    13 . tests/test_moduleidentity_smiv2_pysnmp.py::ModuleIdentityTestCase::testModuleIdentityDescription
       
    14 . tests/test_moduleidentity_smiv2_pysnmp.py::ModuleIdentityTestCase::testModuleIdentityLastUpdated
       
    15 . tests/test_moduleidentity_smiv2_pysnmp.py::ModuleIdentityTestCase::testModuleIdentityName
       
    16 . tests/test_moduleidentity_smiv2_pysnmp.py::ModuleIdentityTestCase::testModuleIdentityOrganization
       
    17 . tests/test_moduleidentity_smiv2_pysnmp.py::ModuleIdentityTestCase::testModuleIdentityRevisions
       
    18 . tests/test_moduleidentity_smiv2_pysnmp.py::ModuleIdentityTestCase::testModuleIdentitySymbol
       
    19 . tests/test_notificationgroup_smiv2_pysnmp.py::NotificationGroupTestCase::testNotificationGroupClass
       
    20 . tests/test_notificationgroup_smiv2_pysnmp.py::NotificationGroupTestCase::testNotificationGroupDescription
       
    21 . tests/test_notificationgroup_smiv2_pysnmp.py::NotificationGroupTestCase::testNotificationGroupName
       
    22 . tests/test_notificationgroup_smiv2_pysnmp.py::NotificationGroupTestCase::testNotificationGroupSymbol
       
    23 . tests/test_notificationtype_smiv2_pysnmp.py::NotificationTypeTestCase::testNotificationTypeClass
       
    24 . tests/test_notificationtype_smiv2_pysnmp.py::NotificationTypeTestCase::testNotificationTypeDescription
       
    25 . tests/test_notificationtype_smiv2_pysnmp.py::NotificationTypeTestCase::testNotificationTypeName
       
    26 . tests/test_notificationtype_smiv2_pysnmp.py::NotificationTypeTestCase::testNotificationTypeSymbol
       
    27 . tests/test_objectgroup_smiv2_pysnmp.py::ObjectGroupTestCase::testObjectGroupClass
       
    28 . tests/test_objectgroup_smiv2_pysnmp.py::ObjectGroupTestCase::testObjectGroupDescription
       
    29 . tests/test_objectgroup_smiv2_pysnmp.py::ObjectGroupTestCase::testObjectGroupName
       
    30 . tests/test_objectgroup_smiv2_pysnmp.py::ObjectGroupTestCase::testObjectGroupObjects
       
    31 . tests/test_objectgroup_smiv2_pysnmp.py::ObjectGroupTestCase::testObjectGroupSymbol
       
    32 . tests/test_objectidentity_smiv2_pysnmp.py::ObjectIdentityTestCase::testObjectIdentityClass
       
    33 . tests/test_objectidentity_smiv2_pysnmp.py::ObjectIdentityTestCase::testObjectIdentityDescription
       
    34 . tests/test_objectidentity_smiv2_pysnmp.py::ObjectIdentityTestCase::testObjectIdentityName
       
    35 F tests/test_objectidentity_smiv2_pysnmp.py::ObjectIdentityTestCase::testObjectIdentityReference
       
    36  self = <test_objectidentity_smiv2_pysnmp.ObjectIdentityTestCase testMethod=testObjectIdentityReference>
       
    37  
       
    38      def testObjectIdentityReference(self):
       
    39          self.assertEqual(
       
    40              self.ctx['testObject'].getReference(),
       
    41              'ABC',
       
    42  >           'bad REFERENCE'
       
    43          )
       
    44  E       AssertionError: bad REFERENCE
       
    45  
       
    46  tests/test_objectidentity_smiv2_pysnmp.py:75: AssertionError
       
    47 . tests/test_objectidentity_smiv2_pysnmp.py::ObjectIdentityTestCase::testObjectIdentitySymbol
       
    48 . tests/test_objecttype_smiv2_pysnmp.py::ObjectTypeBasicTestCase::testObjectTypeClass
       
    49 . tests/test_objecttype_smiv2_pysnmp.py::ObjectTypeBasicTestCase::testObjectTypeDescription
       
    50 . tests/test_objecttype_smiv2_pysnmp.py::ObjectTypeBasicTestCase::testObjectTypeMaxAccess
       
    51 . tests/test_objecttype_smiv2_pysnmp.py::ObjectTypeBasicTestCase::testObjectTypeName
       
    52 F tests/test_objecttype_smiv2_pysnmp.py::ObjectTypeBasicTestCase::testObjectTypeReference
       
    53  self = <test_objecttype_smiv2_pysnmp.ObjectTypeBasicTestCase testMethod=testObjectTypeReference>
       
    54  
       
    55      def testObjectTypeReference(self):
       
    56          self.assertEqual(
       
    57              self.ctx['testObjectType'].getReference(),
       
    58              'ABC',
       
    59  >           'bad REFERENCE'
       
    60          )
       
    61  E       AssertionError: bad REFERENCE
       
    62  
       
    63  tests/test_objecttype_smiv2_pysnmp.py:84: AssertionError
       
    64 . tests/test_objecttype_smiv2_pysnmp.py::ObjectTypeBasicTestCase::testObjectTypeStatus
       
    65 . tests/test_objecttype_smiv2_pysnmp.py::ObjectTypeBasicTestCase::testObjectTypeSymbol
       
    66 . tests/test_objecttype_smiv2_pysnmp.py::ObjectTypeBasicTestCase::testObjectTypeSyntax
       
    67 . tests/test_objecttype_smiv2_pysnmp.py::ObjectTypeBasicTestCase::testObjectTypeUnits
       
    68 . tests/test_objecttype_smiv2_pysnmp.py::ObjectTypeIntegerDefaultTestCase::testObjectTypeSyntax
       
    69 . tests/test_objecttype_smiv2_pysnmp.py::ObjectTypeEnumDefaultTestCase::testObjectTypeSyntax
       
    70 . tests/test_objecttype_smiv2_pysnmp.py::ObjectTypeStringDefaultTestCase::testObjectTypeSyntax
       
    71 . tests/test_objecttype_smiv2_pysnmp.py::ObjectTypeWithIntegerConstraintTestCase::testObjectTypeSyntax
       
    72 . tests/test_objecttype_smiv2_pysnmp.py::ObjectTypeWithIntegerSetConstraintTestCase::testObjectTypeSyntax
       
    73 . tests/test_objecttype_smiv2_pysnmp.py::ObjectTypeWithStringSizeConstraintTestCase::testObjectTypeSyntax
       
    74 . tests/test_objecttype_smiv2_pysnmp.py::ObjectTypeBitsTestCase::testObjectTypeSyntax
       
    75 . tests/test_objecttype_smiv2_pysnmp.py::ObjectTypeMibTableTestCase::testObjectTypeTableClass
       
    76 . tests/test_objecttype_smiv2_pysnmp.py::ObjectTypeMibTableTestCase::testObjectTypeTableColumnClass
       
    77 . tests/test_objecttype_smiv2_pysnmp.py::ObjectTypeMibTableTestCase::testObjectTypeTableRowClass
       
    78 . tests/test_objecttype_smiv2_pysnmp.py::ObjectTypeMibTableTestCase::testObjectTypeTableRowIndex
       
    79 . tests/test_objecttype_smiv2_pysnmp.py::ObjectTypeMibTableImpliedIndexTestCase::testObjectTypeTableRowIndex
       
    80 . tests/test_objecttype_smiv2_pysnmp.py::ObjectTypeMibTableMultipleIndicesTestCase::testObjectTypeTableRowIndex
       
    81 . tests/test_objecttype_smiv2_pysnmp.py::ObjectTypeAurmentingMibTableTestCase::testObjectTypeTableRowAugmention
       
    82 . tests/test_smiv1_smiv2_pysnmp.py::SmiV1TestCase::testSmiV1Class
       
    83 . tests/test_smiv1_smiv2_pysnmp.py::SmiV1TestCase::testSmiV1Description
       
    84 . tests/test_smiv1_smiv2_pysnmp.py::SmiV1TestCase::testSmiV1Name
       
    85 . tests/test_smiv1_smiv2_pysnmp.py::SmiV1TestCase::testSmiV1Symbol
       
    86 . tests/test_traptype_smiv2_pysnmp.py::TrapTypeTestCase::testTrapTypeClass
       
    87 . tests/test_traptype_smiv2_pysnmp.py::TrapTypeTestCase::testTrapTypeDescription
       
    88 . tests/test_traptype_smiv2_pysnmp.py::TrapTypeTestCase::testTrapTypeName
       
    89 . tests/test_traptype_smiv2_pysnmp.py::TrapTypeTestCase::testTrapTypeSymbol
       
    90 . tests/test_typedeclaration_smiv1_pysnmp.py::TypeDeclarationTestCase::testTypeDeclarationCounter32ClassTestCase
       
    91 . tests/test_typedeclaration_smiv1_pysnmp.py::TypeDeclarationTestCase::testTypeDeclarationCounter32SymbolTestCase
       
    92 . tests/test_typedeclaration_smiv1_pysnmp.py::TypeDeclarationTestCase::testTypeDeclarationGauge32ClassTestCase
       
    93 . tests/test_typedeclaration_smiv1_pysnmp.py::TypeDeclarationTestCase::testTypeDeclarationGauge32SymbolTestCase
       
    94 F tests/test_typedeclaration_smiv1_pysnmp.py::TypeDeclarationTestCase::testTypeDeclarationIntegerClassTestCase
       
    95  self = <test_typedeclaration_smiv1_pysnmp.TypeDeclarationTestCase testMethod=testTypeDeclarationIntegerClassTestCase>
       
    96  
       
    97      def inner(self):
       
    98  >       func(self, symbol, klass)
       
    99  
       
   100  tests/test_typedeclaration_smiv1_pysnmp.py:91: 
       
   101  _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
       
   102  tests/test_typedeclaration_smiv1_pysnmp.py:72: in protoTestClass
       
   103      'expected class %s, got %s at %s' % (klass, self.ctx[symbol].__bases__[0].__name__, symbol)
       
   104  E   AssertionError: expected class Integer, got Integer32 at TestTypeInteger
       
   105 . tests/test_typedeclaration_smiv1_pysnmp.py::TypeDeclarationTestCase::testTypeDeclarationIntegerSymbolTestCase
       
   106 . tests/test_typedeclaration_smiv1_pysnmp.py::TypeDeclarationTestCase::testTypeDeclarationIpAddressClassTestCase
       
   107 . tests/test_typedeclaration_smiv1_pysnmp.py::TypeDeclarationTestCase::testTypeDeclarationIpAddressSymbolTestCase
       
   108 . tests/test_typedeclaration_smiv1_pysnmp.py::TypeDeclarationTestCase::testTypeDeclarationObjectIdentifierClassTestCase
       
   109 . tests/test_typedeclaration_smiv1_pysnmp.py::TypeDeclarationTestCase::testTypeDeclarationObjectIdentifierSymbolTestCase
       
   110 . tests/test_typedeclaration_smiv1_pysnmp.py::TypeDeclarationTestCase::testTypeDeclarationOctetStringClassTestCase
       
   111 . tests/test_typedeclaration_smiv1_pysnmp.py::TypeDeclarationTestCase::testTypeDeclarationOctetStringSymbolTestCase
       
   112 . tests/test_typedeclaration_smiv1_pysnmp.py::TypeDeclarationTestCase::testTypeDeclarationOpaqueClassTestCase
       
   113 . tests/test_typedeclaration_smiv1_pysnmp.py::TypeDeclarationTestCase::testTypeDeclarationOpaqueSymbolTestCase
       
   114 . tests/test_typedeclaration_smiv1_pysnmp.py::TypeDeclarationTestCase::testTypeDeclarationTimeTicksClassTestCase
       
   115 . tests/test_typedeclaration_smiv1_pysnmp.py::TypeDeclarationTestCase::testTypeDeclarationTimeTicksSymbolTestCase
       
   116 . tests/test_typedeclaration_smiv2_pysnmp.py::TypeDeclarationTestCase::testTypeDeclarationCounter32ClassTestCase
       
   117 . tests/test_typedeclaration_smiv2_pysnmp.py::TypeDeclarationTestCase::testTypeDeclarationCounter32SymbolTestCase
       
   118 . tests/test_typedeclaration_smiv2_pysnmp.py::TypeDeclarationTestCase::testTypeDeclarationCounter64ClassTestCase
       
   119 . tests/test_typedeclaration_smiv2_pysnmp.py::TypeDeclarationTestCase::testTypeDeclarationCounter64SymbolTestCase
       
   120 . tests/test_typedeclaration_smiv2_pysnmp.py::TypeDeclarationTestCase::testTypeDeclarationGauge32ClassTestCase
       
   121 . tests/test_typedeclaration_smiv2_pysnmp.py::TypeDeclarationTestCase::testTypeDeclarationGauge32SymbolTestCase
       
   122 . tests/test_typedeclaration_smiv2_pysnmp.py::TypeDeclarationTestCase::testTypeDeclarationInteger32ClassTestCase
       
   123 . tests/test_typedeclaration_smiv2_pysnmp.py::TypeDeclarationTestCase::testTypeDeclarationInteger32SymbolTestCase
       
   124 F tests/test_typedeclaration_smiv2_pysnmp.py::TypeDeclarationTestCase::testTypeDeclarationIntegerClassTestCase
       
   125  self = <test_typedeclaration_smiv2_pysnmp.TypeDeclarationTestCase testMethod=testTypeDeclarationIntegerClassTestCase>
       
   126  
       
   127      def inner(self):
       
   128  >       func(self, symbol, klass)
       
   129  
       
   130  tests/test_typedeclaration_smiv2_pysnmp.py:177: 
       
   131  _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
       
   132  tests/test_typedeclaration_smiv2_pysnmp.py:110: in protoTestClass
       
   133      'expected class %s, got %s at %s' % (klass, self.ctx[symbol].__bases__[0].__name__, symbol)
       
   134  E   AssertionError: expected class Integer, got Integer32 at TestTypeSingleValueConstraint
       
   135 . tests/test_typedeclaration_smiv2_pysnmp.py::TypeDeclarationTestCase::testTypeDeclarationIntegerSymbolTestCase
       
   136 . tests/test_typedeclaration_smiv2_pysnmp.py::TypeDeclarationTestCase::testTypeDeclarationIpAddressClassTestCase
       
   137 . tests/test_typedeclaration_smiv2_pysnmp.py::TypeDeclarationTestCase::testTypeDeclarationIpAddressSymbolTestCase
       
   138 . tests/test_typedeclaration_smiv2_pysnmp.py::TypeDeclarationTestCase::testTypeDeclarationObjectIdentifierClassTestCase
       
   139 . tests/test_typedeclaration_smiv2_pysnmp.py::TypeDeclarationTestCase::testTypeDeclarationObjectIdentifierSymbolTestCase
       
   140 . tests/test_typedeclaration_smiv2_pysnmp.py::TypeDeclarationTestCase::testTypeDeclarationOctetStringClassTestCase
       
   141 . tests/test_typedeclaration_smiv2_pysnmp.py::TypeDeclarationTestCase::testTypeDeclarationOctetStringSymbolTestCase
       
   142 . tests/test_typedeclaration_smiv2_pysnmp.py::TypeDeclarationTestCase::testTypeDeclarationOpaqueClassTestCase
       
   143 . tests/test_typedeclaration_smiv2_pysnmp.py::TypeDeclarationTestCase::testTypeDeclarationOpaqueSymbolTestCase
       
   144 . tests/test_typedeclaration_smiv2_pysnmp.py::TypeDeclarationTestCase::testTypeDeclarationTimeTicksClassTestCase
       
   145 . tests/test_typedeclaration_smiv2_pysnmp.py::TypeDeclarationTestCase::testTypeDeclarationTimeTicksSymbolTestCase
       
   146 . tests/test_typedeclaration_smiv2_pysnmp.py::TypeDeclarationTestCase::testTypeDeclarationUnsigned32ClassTestCase
       
   147 . tests/test_typedeclaration_smiv2_pysnmp.py::TypeDeclarationTestCase::testTypeDeclarationUnsigned32SymbolTestCase
       
   148 . tests/test_valuedeclaration_smiv2_pysnmp.py::ValueDeclarationTestCase::testValueDeclarationName1
       
   149 . tests/test_valuedeclaration_smiv2_pysnmp.py::ValueDeclarationTestCase::testValueDeclarationName2
       
   150 . tests/test_valuedeclaration_smiv2_pysnmp.py::ValueDeclarationTestCase::testValueDeclarationName3
       
   151 . tests/test_valuedeclaration_smiv2_pysnmp.py::ValueDeclarationTestCase::testValueDeclarationSymbol