Summary

Harness status: OK

Found 7 tests

Details

ResultTest NameMessage
PassPC should accept initial offer with setup=actpass
Asserts run
Pass
assert_in_array("a=setup:active", ["a=setup:active", "a=setup:passive"])
    at Test.<anonymous> ( /webrtc/protocol/dtls-setup.https.html:80:7)
PassPC should accept initial offer with setup=active
Asserts run
Pass
assert_equals("a=setup:passive", "a=setup:passive")
    at Test.<anonymous> ( /webrtc/protocol/dtls-setup.https.html:74:7)
PassPC should accept initial offer with setup=passive
Asserts run
Pass
assert_equals("a=setup:active", "a=setup:active")
    at Test.<anonymous> ( /webrtc/protocol/dtls-setup.https.html:76:7)
PassPC with setup=actpass should have a dtlsRole of client
Asserts run
Pass
assert_in_array("a=setup:active", ["a=setup:active", "a=setup:passive"])
    at Test.<anonymous> ( /webrtc/protocol/dtls-setup.https.html:107:7)
Pass
assert_equals("client", "client")
    at Test.<anonymous> ( /webrtc/protocol/dtls-setup.https.html:117:5)
PassPC with setup=active should have a dtlsRole of server
Asserts run
Pass
assert_equals("a=setup:passive", "a=setup:passive")
    at Test.<anonymous> ( /webrtc/protocol/dtls-setup.https.html:101:7)
Pass
assert_equals("server", "server")
    at Test.<anonymous> ( /webrtc/protocol/dtls-setup.https.html:117:5)
PassPC with setup=passive should have a dtlsRole of client
Asserts run
Pass
assert_equals("a=setup:active", "a=setup:active")
    at Test.<anonymous> ( /webrtc/protocol/dtls-setup.https.html:103:7)
Pass
assert_equals("client", "client")
    at Test.<anonymous> ( /webrtc/protocol/dtls-setup.https.html:117:5)
PassdtlsRole is `unknown` before negotiation of the DTLS handshake
Asserts run
Pass
assert_equals("unknown", "unknown")
    at Test.<anonymous> ( /webrtc/protocol/dtls-setup.https.html:133:3)