We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For now, I am removing Python3.2 from the Travis CI config...
(py32_test)[mpenning@tsunami fast]$ make test cd ciscoconfparse; python ciscoconfparse.py; ./runtests.sh ................................ ---------------------------------------------------------------------- Ran 32 tests in 0.061s OK .....FFF ====================================================================== FAIL: testL4Object_asa_lt01 (__main__.knownValues) ---------------------------------------------------------------------- Traceback (most recent call last): File "test_Ccp_Util.py", line 56, in testL4Object_asa_lt01 self.assertEqual(pp.port_list, range(1, 7)) AssertionError: range(1, 7) != range(1, 7) ====================================================================== FAIL: testL4Object_asa_lt02 (__main__.knownValues) ---------------------------------------------------------------------- Traceback (most recent call last): File "test_Ccp_Util.py", line 61, in testL4Object_asa_lt02 self.assertEqual(pp.port_list, range(1, 7)) AssertionError: range(1, 7) != range(1, 7) ====================================================================== FAIL: testL4Object_asa_range01 (__main__.knownValues) ---------------------------------------------------------------------- Traceback (most recent call last): File "test_Ccp_Util.py", line 51, in testL4Object_asa_range01 self.assertEqual(pp.port_list, range(25, 33)) AssertionError: range(25, 33) != range(25, 33) ---------------------------------------------------------------------- Ran 8 tests in 0.002s FAILED (failures=3) .......................................... ---------------------------------------------------------------------- Ran 42 tests in 0.209s OK ...F. ====================================================================== FAIL: testVal_object_group_service_02 (__main__.knownValues) ---------------------------------------------------------------------- Traceback (most recent call last): File "test_Models_Asa.py", line 172, in testVal_object_group_service_02 self.assertEqual(obj.ports, result_correct) AssertionError: Lists differ: [<L4Object tcp [25]>, <L4Objec... != [<L4Object tcp [25]>, <L4Objec... First differing element 2: <L4Object tcp range(8080, 8082)> <L4Object tcp range(8080, 8082)> [<L4Object tcp [25]>, <L4Object tcp [443]>, <L4Object tcp range(8080, 8082)>] ---------------------------------------------------------------------- Ran 5 tests in 0.008s FAILED (failures=1) make: *** [test] Error 1 (py32_test)[mpenning@tsunami fast]$
The text was updated successfully, but these errors were encountered:
Remove Python3.2 for github issue #14
689ac85
--HG-- branch : ciscoconfparse
Duplicate of Github issue #35
Sorry, something went wrong.
mpenning
No branches or pull requests
For now, I am removing Python3.2 from the Travis CI config...
The text was updated successfully, but these errors were encountered: