Specifications:

  • Core Connection Sequence is correct for rsmp version 3.1.1

    Verify the connection sequence when using rsmp core 3.1.1

    1. Given the site is connected and using core 3.1.1

    2. When handshake messages are sent and received

    3. Then the handshake messages should be in the specified sequence corresponding to version 3.1.1

    4. And the connection sequence should be complete

    
    
    11
    # File 'spec/site/core/connect_spec.rb', line 11
    
    check_sequence '3.1.1'
  • Core Connection Sequence is correct for rsmp version 3.1.2

    Verify the connection sequence when using rsmp core 3.1.2

    1. Given the site is connected and using core 3.1.2

    2. When handshake messages are sent and received

    3. Then the handshake messages should be in the specified sequence corresponding to version 3.1.2

    4. And the connection sequence should be complete

    
    
    21
    # File 'spec/site/core/connect_spec.rb', line 21
    
    check_sequence '3.1.2'
  • Core Connection Sequence is correct for rsmp version 3.1.3

    Verify the connection sequence when using rsmp core 3.1.3

    1. Given the site is connected and using core 3.1.3

    2. When handshake messages are sent and received

    3. Then the handshake messages should be in the specified sequence corresponding to version 3.1.3

    4. And the connection sequence should be complete

    
    
    31
    # File 'spec/site/core/connect_spec.rb', line 31
    
    check_sequence '3.1.3'
  • Core Connection Sequence is correct for rsmp version 3.1.4

    Verify the connection sequence when using rsmp core 3.1.4

    1. Given the site is connected and using core 3.1.4

    2. When handshake messages are sent and received

    3. Then the handshake messages should be in the specified sequence corresponding to version 3.1.4

    4. And the connection sequence should be complete

    
    
    41
    # File 'spec/site/core/connect_spec.rb', line 41
    
    check_sequence '3.1.4'
  • Core Connection Sequence is correct for rsmp version 3.1.5

    Verify the connection sequence when using rsmp core 3.1.5

    1. Given the site is connected and using core 3.1.5

    2. When handshake messages are sent and received

    3. Then the handshake messages should be in the specified sequence corresponding to version 3.1.5

    4. And the connection sequence should be complete

    
    
    51
    # File 'spec/site/core/connect_spec.rb', line 51
    
    check_sequence '3.1.5'
  • Core Connection Sequence is correct for rsmp version 3.2

    Verify the connection sequence when using rsmp core 3.2

    1. Given the site is connected and using core 3.1.5

    2. When handshake messages are sent and received

    3. Then the handshake messages should be in the specified sequence corresponding to version 3.1.5

    4. And the connection sequence should be complete

    
    
    61
    # File 'spec/site/core/connect_spec.rb', line 61
    
    check_sequence '3.2'