See <http://robot.radiaatto.ri.fi/hudson/job/Rammbock/264/changes>

Changes:

[Ismo Aro <[email protected]>] # TODO: read tbcd

[Ismo Aro <[email protected]>] # TODO: add_ip

[Ismo Aro <[email protected]>] removed unused code. ie. no acceptance test 
case found

[Ismo Aro <[email protected]>] # TODO: rename to add_tbcd, *args -> *numbers

------------------------------------------
Started by an SCM change
[workspace] $ hg incoming --quiet --bundle hg.bundle --template "<changeset 
node='{node}' author='{author|xmlescape}' rev='{rev}' 
date='{date}'><msg>{desc|xmlescape}</msg><added>{file_adds|stringify|xmlescape}</added><deleted>{file_dels|stringify|xmlescape}</deleted><files>{files|stringify|xmlescape}</files><parents>{parents}</parents></changeset>\n"
 --rev default
[workspace] $ hg unbundle hg.bundle
adding changesets
adding manifests
adding file changes
added 4 changesets with 14 changes to 7 files
(run 'hg update' to get a working copy)
[workspace] $ hg update --clean --rev default
7 files updated, 0 files merged, 0 files removed, 0 files unresolved
[workspace] $ hg log --rev . --template {node}
[workspace] $ /bin/bash -xe /tmp/hudson5705372945791094010.sh
+ ./linux_execute_regression_tests.sh -e no-ci atests
==============================================================================
Atests                                                                        
==============================================================================
...need to have multiple network elemenst simulated during one test execution.
==============================================================================
Create and delete two instances of Servers                            | PASS |
------------------------------------------------------------------------------
Create and delete two instances of Clients                            | PASS |
------------------------------------------------------------------------------
Send data between multiple Client and Server instances                | PASS |
------------------------------------------------------------------------------
...ave multiple network elemenst simulated during one test execution. | PASS |
3 critical tests, 3 passed, 0 failed
3 tests total, 3 passed, 0 failed
==============================================================================
Atests.Element handling in packets                                            
==============================================================================
Encode message with decimal data as octets                            | PASS |
------------------------------------------------------------------------------
Encode message with multiple decimal data elements as octets          | PASS |
------------------------------------------------------------------------------
Encode message with bitstream data as binary                          | PASS |
------------------------------------------------------------------------------
Encode Message with multiple data fields containing bits              | PASS |
------------------------------------------------------------------------------
Try Encode too long decimal data as octets                            | PASS |
------------------------------------------------------------------------------
Try to encode too long decimal as bits                                | PASS |
------------------------------------------------------------------------------
Decode octets from message to single decimal                          | PASS |
------------------------------------------------------------------------------
Decode octets from message to decimals                                | PASS |
------------------------------------------------------------------------------
Decode bits from message to single decimal                            | PASS |
------------------------------------------------------------------------------
Decode bits from message to Multiple decimals                         | PASS |
------------------------------------------------------------------------------
Encode And Decode message with string                                 | PASS |
------------------------------------------------------------------------------
Encode And Decode message with multiple strings                       | PASS |
------------------------------------------------------------------------------
Encode And Decode message with octets, bits and strings               | PASS |
------------------------------------------------------------------------------
Encode message with TBCD coded number.                                | PASS |
------------------------------------------------------------------------------
Decode message with TBCD coded Even Number                            | PASS |
------------------------------------------------------------------------------
Decode message with TBCD coded Odd Number                             | PASS |
------------------------------------------------------------------------------
Encode and Decode message with ip-address                             | PASS |
------------------------------------------------------------------------------
Try To Read Too Many Bits From Bitstream Data                         | PASS |
------------------------------------------------------------------------------
Encode And Decode Message with raw hex data                           | PASS |
------------------------------------------------------------------------------
Try to add Too big hex data                                           | PASS |
------------------------------------------------------------------------------
Try to add hex with wrong format                                      | PASS |
------------------------------------------------------------------------------
Atests.Element handling in packets                                    | PASS |
21 critical tests, 21 passed, 0 failed
21 tests total, 21 passed, 0 failed
==============================================================================
...c server client functionality is needed as a base for application protocols
==============================================================================
Send packet from Client to Server                                     | PASS |
------------------------------------------------------------------------------
Send packet from Client to Server and return it back                  | PASS |
------------------------------------------------------------------------------
Send and receive stream over TCP                                      | PASS |
------------------------------------------------------------------------------
Send and receive multiple streams over TCP                            | PASS |
------------------------------------------------------------------------------
Server receives connections from two clients                          | PASS |
------------------------------------------------------------------------------
...client functionality is needed as a base for application protocols | PASS |
5 critical tests, 5 passed, 0 failed
5 tests total, 5 passed, 0 failed
==============================================================================
...s server client functionality is needed as a base for application protocols
==============================================================================
Send and Receive string over UDP using physical interface             | PASS |
------------------------------------------------------------------------------
Send data over UDP and modify it and return it back                   | PASS |
------------------------------------------------------------------------------
Send multiple packets over UDP to both ways                           | PASS |
------------------------------------------------------------------------------
Try To Bind Server To Ip-Address which does not exist                 | PASS |
------------------------------------------------------------------------------
...client functionality is needed as a base for application protocols | PASS |
4 critical tests, 4 passed, 0 failed
4 tests total, 4 passed, 0 failed
==============================================================================
Atests.Send And Receive Messages                                              
==============================================================================
Atests.Send And Receive Messages.Gtpv2                                        
==============================================================================
Create Session Request                                                | PASS |
------------------------------------------------------------------------------
Create Session Response                                               | PASS |
------------------------------------------------------------------------------
Modify Bearer Request                                                 | PASS |
------------------------------------------------------------------------------
Modify Bearer Response                                                | PASS |
------------------------------------------------------------------------------
Delete Session Request                                                | PASS |
------------------------------------------------------------------------------
Delete Session Response                                               | PASS |
------------------------------------------------------------------------------
gtpv2 attach-detach                                                   | PASS |
------------------------------------------------------------------------------
Atests.Send And Receive Messages.Gtpv2                                | PASS |
7 critical tests, 7 passed, 0 failed
7 tests total, 7 passed, 0 failed
==============================================================================
Atests.Send And Receive Messages.Http                                         
==============================================================================
Send and receive GET message and verify data                          | PASS |
------------------------------------------------------------------------------
Send and receive GET message and validate it                          | PASS |
------------------------------------------------------------------------------
Send and Receive Get and Return Response                              | PASS |
------------------------------------------------------------------------------
Atests.Send And Receive Messages.Http                                 | PASS |
3 critical tests, 3 passed, 0 failed
3 tests total, 3 passed, 0 failed
==============================================================================
Atests.Send And Receive Messages                                      | PASS |
10 critical tests, 10 passed, 0 failed
10 tests total, 10 passed, 0 failed
==============================================================================
Atests                                                                | PASS |
43 critical tests, 43 passed, 0 failed
43 tests total, 43 passed, 0 failed
==============================================================================
Output:  <http://robot.radiaatto.ri.fi/hudson/job/Rammbock/ws/output.xml>
Report:  <http://robot.radiaatto.ri.fi/hudson/job/Rammbock/ws/report.html>
Log:     <http://robot.radiaatto.ri.fi/hudson/job/Rammbock/ws/log.html>
+ nosetests -dv --with-xunit --xunit-file=nosetests-output.xml
test_add_another_ip_as_hex (test_rammbock.TestNumberFormatting) ... ERROR
test_add_even_amount_of_numbers_as_tbcd (test_rammbock.TestNumberFormatting) 
... ok
test_add_false_ip_as_hex (test_rammbock.TestNumberFormatting) ... ERROR
test_add_ip_as_hex (test_rammbock.TestNumberFormatting) ... ERROR
test_add_long_number (test_rammbock.TestNumberFormatting) ... ok
test_add_mcc_as_tbcd (test_rammbock.TestNumberFormatting) ... ok
test_add_mnc_as_tbcd (test_rammbock.TestNumberFormatting) ... ok
test_add_odd_amount_of_numbers_as_tbcd (test_rammbock.TestNumberFormatting) ... 
ok
test_read_from_data (test_rammbock.TestNumberFormatting) ... ok
test_rammbock.TestSpeed.test_speed_of_read_from_date ... ok

======================================================================
ERROR: test_add_another_ip_as_hex (test_rammbock.TestNumberFormatting)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"<http://robot.radiaatto.ri.fi/hudson/job/Rammbock/ws/src/tests/test_rammbock.py";,>
 line 50, in test_add_another_ip_as_hex
    rammbock.add_ip_as_hex("1.1.1.1")
AttributeError: 'Rammbock' object has no attribute 'add_ip_as_hex'

======================================================================
ERROR: test_add_false_ip_as_hex (test_rammbock.TestNumberFormatting)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"<http://robot.radiaatto.ri.fi/hudson/job/Rammbock/ws/src/tests/test_rammbock.py";,>
 line 55, in test_add_false_ip_as_hex
    self.assertRaises(Exception, rammbock.add_ip_as_hex, "255.255.255.256")
AttributeError: 'Rammbock' object has no attribute 'add_ip_as_hex'

======================================================================
ERROR: test_add_ip_as_hex (test_rammbock.TestNumberFormatting)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"<http://robot.radiaatto.ri.fi/hudson/job/Rammbock/ws/src/tests/test_rammbock.py";,>
 line 45, in test_add_ip_as_hex
    rammbock.add_ip_as_hex("255.255.255.255")
AttributeError: 'Rammbock' object has no attribute 'add_ip_as_hex'

----------------------------------------------------------------------
XML: nosetests-output.xml
----------------------------------------------------------------------
Ran 10 tests in 0.371s

FAILED (errors=3)
Recording test results
Robot results publisher started...
-Parsing output xml:
Done!
-Copying log files to build dir:
Done!
-Assigning results to build:
Done!
-Checking thresholds:
Done!
Done publishing Robot results.

Reply via email to