SXP: format test suite
[integration/test.git] / csit / suites / sxp / topology / 010_Topology_Features.robot
index 7ad09adcae405873b047c68d87c388b69f76b522..12c90a7cbde5eacbc446c773c928f69f12a21ed9 100644 (file)
@@ -13,218 +13,218 @@ Resource          ../../../libraries/SxpLib.robot
 *** Test Cases ***
 Export Test
     [Documentation]    Test behaviour after shutting down connections in Version4
-    [Tags]    SXP    Topology
-    Setup Topology Triangel    version4
-    Wait Until Keyword Succeeds    4    1    Check Export Part One
-    Delete Connections    127.0.0.1    64999    127.0.0.3
-    Delete Connections    127.0.0.3    64999    127.0.0.1
-    Wait Until Keyword Succeeds    4    1    Check Export Part Two
-    Delete Connections    127.0.0.1    64999    127.0.0.2
-    Delete Connections    127.0.0.2    64999    127.0.0.1
-    Wait Until Keyword Succeeds    4    1    Check Export Part Three
+    [Tags]    SXP    TopoBuiltIn.Logy
+    Setup TopoBuiltIn.Logy Triangel    version4
+    BuiltIn.Wait Until Keyword Succeeds    4    1    Check Export Part One
+    SxpLib.Delete Connections    127.0.0.1    64999    127.0.0.3
+    SxpLib.Delete Connections    127.0.0.3    64999    127.0.0.1
+    BuiltIn.Wait Until Keyword Succeeds    4    1    Check Export Part Two
+    SxpLib.Delete Connections    127.0.0.1    64999    127.0.0.2
+    SxpLib.Delete Connections    127.0.0.2    64999    127.0.0.1
+    BuiltIn.Wait Until Keyword Succeeds    4    1    Check Export Part Three
 
 Export Test Legacy
     [Documentation]    Test behaviour after shutting down connections in Legacy versions
-    [Tags]    SXP    Topology
+    [Tags]    SXP    TopoBuiltIn.Logy
     @{list} =    Create List    version1
     : FOR    ${version}    IN    @{list}
-    \    Setup Topology Triangel    ${version}
-    \    Wait Until Keyword Succeeds    4    1    Check Export Part One
-    \    Delete Connections    127.0.0.1    64999    127.0.0.3
-    \    Delete Connections    127.0.0.3    64999    127.0.0.1
-    \    Wait Until Keyword Succeeds    4    1    Check Export Part Two
-    \    Delete Connections    127.0.0.1    64999    127.0.0.2
-    \    Delete Connections    127.0.0.2    64999    127.0.0.1
-    \    Wait Until Keyword Succeeds    4    1    Check Export Part Three
+    \    Setup TopoBuiltIn.Logy Triangel    ${version}
+    \    BuiltIn.Wait Until Keyword Succeeds    4    1    Check Export Part One
+    \    SxpLib.Delete Connections    127.0.0.1    64999    127.0.0.3
+    \    SxpLib.Delete Connections    127.0.0.3    64999    127.0.0.1
+    \    BuiltIn.Wait Until Keyword Succeeds    4    1    Check Export Part Two
+    \    SxpLib.Delete Connections    127.0.0.1    64999    127.0.0.2
+    \    SxpLib.Delete Connections    127.0.0.2    64999    127.0.0.1
+    \    BuiltIn.Wait Until Keyword Succeeds    4    1    Check Export Part Three
     \    Clean Nodes
 
 Forwarding Test V2=>V1
     [Documentation]    Version 2 => 1 functionality
-    [Tags]    SXP    Topology
-    Setup Topology Linear    version2    version1
-    Wait Until Keyword Succeeds    4    1    Check Forwarding V2=>V1
+    [Tags]    SXP    TopoBuiltIn.Logy
+    Setup TopoBuiltIn.Logy Linear    version2    version1
+    BuiltIn.Wait Until Keyword Succeeds    4    1    Check Forwarding V2=>V1
 
 Forwarding Test V3=>V2
     [Documentation]    Version 3 => 2 functionality
-    [Tags]    SXP    Topology
-    Setup Topology Linear    version3    version2
-    Wait Until Keyword Succeeds    4    1    Check Forwarding V3=>V2
+    [Tags]    SXP    TopoBuiltIn.Logy
+    Setup TopoBuiltIn.Logy Linear    version3    version2
+    BuiltIn.Wait Until Keyword Succeeds    4    1    Check Forwarding V3=>V2
 
 Forwarding Test V4=>V3
     [Documentation]    Version 4 => 3 functionality
-    [Tags]    SXP    Topology
-    Setup Topology Linear    version4    version3
-    Wait Until Keyword Succeeds    4    1    Check Forwarding V4=>V3
+    [Tags]    SXP    TopoBuiltIn.Logy
+    Setup TopoBuiltIn.Logy Linear    version4    version3
+    BuiltIn.Wait Until Keyword Succeeds    4    1    Check Forwarding V4=>V3
 
 Most Recent Rule Test
     [Documentation]    Most Recent Rule
-    [Tags]    SXP    Topology
-    Setup Topology Fork    version4
-    Add Bindings    542    5.5.5.5/32    127.0.0.2
-    Sleep    2s
-    Add Bindings    543    5.5.5.5/32    127.0.0.3
-    Add Bindings    100    15.15.15.15/32    127.0.0.3
-    Sleep    2s
-    Add Bindings    99    15.15.15.15/32    127.0.0.2
-    Wait Until Keyword Succeeds    4    1    Check Most Recent
+    [Tags]    SXP    TopoBuiltIn.Logy
+    Setup TopoBuiltIn.Logy Fork    version4
+    SxpLib.Add Bindings    542    5.5.5.5/32    127.0.0.2
+    BuiltIn.Sleep    2s
+    SxpLib.Add Bindings    543    5.5.5.5/32    127.0.0.3
+    SxpLib.Add Bindings    100    15.15.15.15/32    127.0.0.3
+    BuiltIn.Sleep    2s
+    SxpLib.Add Bindings    99    15.15.15.15/32    127.0.0.2
+    BuiltIn.Wait Until Keyword Succeeds    4    1    Check Most Recent
 
 Shorthest Path Test
     [Documentation]    Shorthes Path over Most Recent
-    [Tags]    SXP    Topology
-    Add Connection    version4    listener    127.0.0.5    64999    127.0.0.3
-    Add Connection    version4    speaker    127.0.0.3    64999    127.0.0.5
-    Wait Until Keyword Succeeds    15    1    Verify Connection    version4    listener    127.0.0.5
+    [Tags]    SXP    TopoBuiltIn.Logy
+    SxpLib.Add Connection    version4    listener    127.0.0.5    64999    127.0.0.3
+    SxpLib.Add Connection    version4    speaker    127.0.0.3    64999    127.0.0.5
+    BuiltIn.Wait Until Keyword Succeeds    15    1    Verify Connection    version4    listener    127.0.0.5
     ...    64999    127.0.0.3
-    Setup Topology Fork    version4
-    Add Bindings    542    5.5.5.5/32    127.0.0.2
-    Add Bindings    545    5.5.5.5/32    127.0.0.5
-    Add Bindings    99    15.15.15.15/32    127.0.0.2
-    Add Bindings    9954    105.15.125.15/32    127.0.0.5
-    Add Bindings    95    15.15.15.15/32    127.0.0.5
-    Wait Until Keyword Succeeds    4    1    Check Shorthest Path
+    Setup TopoBuiltIn.Logy Fork    version4
+    SxpLib.Add Bindings    542    5.5.5.5/32    127.0.0.2
+    SxpLib.Add Bindings    545    5.5.5.5/32    127.0.0.5
+    SxpLib.Add Bindings    99    15.15.15.15/32    127.0.0.2
+    SxpLib.Add Bindings    9954    105.15.125.15/32    127.0.0.5
+    SxpLib.Add Bindings    95    15.15.15.15/32    127.0.0.5
+    BuiltIn.Wait Until Keyword Succeeds    4    1    Check Shorthest Path
 
 *** Keywords ***
-Setup Topology Triangel
+Setup TopoBuiltIn.Logy Triangel
     [Arguments]    ${version}
     [Documentation]    Setup 3 nodes connected to each other
-    Add Bindings    542    5.5.5.5/32    127.0.0.2
-    Add Bindings    543    5.5.5.5/32    127.0.0.3
-    Add Bindings    99    15.15.15.15/32    127.0.0.3
-    Add Connection    ${version}    listener    127.0.0.2    64999    127.0.0.1
-    Add Connection    ${version}    speaker    127.0.0.1    64999    127.0.0.2
-    Wait Until Keyword Succeeds    15    1    Verify Connection    ${version}    listener    127.0.0.2
-    Sleep    1s
-    Add Connection    ${version}    listener    127.0.0.3    64999    127.0.0.1
-    Add Connection    ${version}    speaker    127.0.0.1    64999    127.0.0.3
-    Wait Until Keyword Succeeds    15    1    Verify Connection    ${version}    listener    127.0.0.3
-    Add Connection    ${version}    listener    127.0.0.3    64999    127.0.0.2
-    Add Connection    ${version}    speaker    127.0.0.2    64999    127.0.0.3
-    Wait Until Keyword Succeeds    15    1    Verify Connection    ${version}    speaker    127.0.0.2
+    SxpLib.Add Bindings    542    5.5.5.5/32    127.0.0.2
+    SxpLib.Add Bindings    543    5.5.5.5/32    127.0.0.3
+    SxpLib.Add Bindings    99    15.15.15.15/32    127.0.0.3
+    SxpLib.Add Connection    ${version}    listener    127.0.0.2    64999    127.0.0.1
+    SxpLib.Add Connection    ${version}    speaker    127.0.0.1    64999    127.0.0.2
+    BuiltIn.Wait Until Keyword Succeeds    15    1    Verify Connection    ${version}    listener    127.0.0.2
+    BuiltIn.Sleep    1s
+    SxpLib.Add Connection    ${version}    listener    127.0.0.3    64999    127.0.0.1
+    SxpLib.Add Connection    ${version}    speaker    127.0.0.1    64999    127.0.0.3
+    BuiltIn.Wait Until Keyword Succeeds    15    1    Verify Connection    ${version}    listener    127.0.0.3
+    SxpLib.Add Connection    ${version}    listener    127.0.0.3    64999    127.0.0.2
+    SxpLib.Add Connection    ${version}    speaker    127.0.0.2    64999    127.0.0.3
+    BuiltIn.Wait Until Keyword Succeeds    15    1    Verify Connection    ${version}    speaker    127.0.0.2
     ...    64999    127.0.0.3
 
-Setup Topology Linear
+Setup TopoBuiltIn.Logy Linear
     [Arguments]    ${version}    ${r_version}
     [Documentation]    Setup 3 nodes connected linearly
-    Add Bindings    6    56.56.56.0/24    127.0.0.2
-    Add Bindings    66    9.9.9.9/32    127.0.0.2
-    Add Bindings    666    2001:db8:0:0:0:0:1428:57ab/128    127.0.0.2
-    Add Bindings    555    2001:db8:85a3:8d3:0:0:0:0/64    127.0.0.2
-    Add Connection    ${version}    listener    127.0.0.2    64999    127.0.0.1
-    Add Connection    ${version}    speaker    127.0.0.1    64999    127.0.0.2
-    Wait Until Keyword Succeeds    15    1    Verify Connection    ${version}    listener    127.0.0.2
-    Add Connection    ${r_version}    speaker    127.0.0.3    64999    127.0.0.1
-    Add Connection    ${r_version}    listener    127.0.0.1    64999    127.0.0.3
-    Wait Until Keyword Succeeds    15    1    Verify Connection    ${r_version}    speaker    127.0.0.3
-
-Setup Topology Fork
+    SxpLib.Add Bindings    6    56.56.56.0/24    127.0.0.2
+    SxpLib.Add Bindings    66    9.9.9.9/32    127.0.0.2
+    SxpLib.Add Bindings    666    2001:db8:0:0:0:0:1428:57ab/128    127.0.0.2
+    SxpLib.Add Bindings    555    2001:db8:85a3:8d3:0:0:0:0/64    127.0.0.2
+    SxpLib.Add Connection    ${version}    listener    127.0.0.2    64999    127.0.0.1
+    SxpLib.Add Connection    ${version}    speaker    127.0.0.1    64999    127.0.0.2
+    BuiltIn.Wait Until Keyword Succeeds    15    1    Verify Connection    ${version}    listener    127.0.0.2
+    SxpLib.Add Connection    ${r_version}    speaker    127.0.0.3    64999    127.0.0.1
+    SxpLib.Add Connection    ${r_version}    listener    127.0.0.1    64999    127.0.0.3
+    BuiltIn.Wait Until Keyword Succeeds    15    1    Verify Connection    ${r_version}    speaker    127.0.0.3
+
+Setup TopoBuiltIn.Logy Fork
     [Arguments]    ${version}
-    [Documentation]    Setup 4 nodes in to T topology
-    Add Connection    ${version}    speaker    127.0.0.1    64999    127.0.0.3
-    Add Connection    ${version}    listener    127.0.0.3    64999    127.0.0.1
-    Wait Until Keyword Succeeds    15    1    Verify Connection    ${version}    listener    127.0.0.3
-    Add Connection    ${version}    speaker    127.0.0.1    64999    127.0.0.2
-    Add Connection    ${version}    listener    127.0.0.2    64999    127.0.0.1
-    Wait Until Keyword Succeeds    15    1    Verify Connection    ${version}    listener    127.0.0.2
-    Add Connection    ${version}    speaker    127.0.0.4    64999    127.0.0.1
-    Add Connection    ${version}    listener    127.0.0.1    64999    127.0.0.4
-    Wait Until Keyword Succeeds    15    1    Verify Connection    ${version}    speaker    127.0.0.4
+    [Documentation]    Setup 4 nodes in to T topoBuiltIn.Logy
+    SxpLib.Add Connection    ${version}    speaker    127.0.0.1    64999    127.0.0.3
+    SxpLib.Add Connection    ${version}    listener    127.0.0.3    64999    127.0.0.1
+    BuiltIn.Wait Until Keyword Succeeds    15    1    Verify Connection    ${version}    listener    127.0.0.3
+    SxpLib.Add Connection    ${version}    speaker    127.0.0.1    64999    127.0.0.2
+    SxpLib.Add Connection    ${version}    listener    127.0.0.2    64999    127.0.0.1
+    BuiltIn.Wait Until Keyword Succeeds    15    1    Verify Connection    ${version}    listener    127.0.0.2
+    SxpLib.Add Connection    ${version}    speaker    127.0.0.4    64999    127.0.0.1
+    SxpLib.Add Connection    ${version}    listener    127.0.0.1    64999    127.0.0.4
+    BuiltIn.Wait Until Keyword Succeeds    15    1    Verify Connection    ${version}    speaker    127.0.0.4
 
 Check Export Part One
     [Documentation]    Checks if Bindings 542 5.5.5.5/32 is replaced by 543 5.5.5.5/32
-    ${resp}    Get Bindings
-    log    ${resp}
-    Should Contain Binding    ${resp}    543    5.5.5.5/32
+    ${resp} =    SxpLib.Get Bindings
+    BuiltIn.Log    ${resp}
+    SxpLib.Should Contain Binding    ${resp}    543    5.5.5.5/32
     Should Not Contain Binding    ${resp}    542    5.5.5.5/32
-    Should Contain Binding    ${resp}    99    15.15.15.15/32
+    SxpLib.Should Contain Binding    ${resp}    99    15.15.15.15/32
 
 Check Export Part Two
     [Documentation]    Checks if Bindings 542 5.5.5.5/32 was updated after peer shutdown
-    ${resp}    Get Bindings
-    log    ${resp}
+    ${resp} =    SxpLib.Get Bindings
+    BuiltIn.Log    ${resp}
     Should Not Contain Binding    ${resp}    543    5.5.5.5/32
-    Should Contain Binding    ${resp}    542    5.5.5.5/32
-    Should Contain Binding    ${resp}    99    15.15.15.15/32
+    SxpLib.Should Contain Binding    ${resp}    542    5.5.5.5/32
+    SxpLib.Should Contain Binding    ${resp}    99    15.15.15.15/32
 
 Check Export Part Three
     [Documentation]    Checks if database is empty after peers shutdown
-    ${resp}    Get Bindings
-    log    ${resp}
+    ${resp} =    SxpLib.Get Bindings
+    BuiltIn.Log    ${resp}
     Should Not Contain Binding    ${resp}    542    5.5.5.5/32
     Should Not Contain Binding    ${resp}    99    15.15.15.15/32
 
 Check Forwarding V2=>V1
     [Documentation]    Check if appropriate bindings are exported per version
-    ${resp}    Get Bindings
+    ${resp} =    SxpLib.Get Bindings
     Should Not Contain Binding    ${resp}    6    56.56.56.0/24
-    Should Contain Binding    ${resp}    66    9.9.9.9/32
-    Should Contain Binding    ${resp}    666    2001:db8:0:0:0:0:1428:57ab/128
+    SxpLib.Should Contain Binding    ${resp}    66    9.9.9.9/32
+    SxpLib.Should Contain Binding    ${resp}    666    2001:db8:0:0:0:0:1428:57ab/128
     Should Not Contain Binding    ${resp}    555    2001:db8:85a3:8d3:0:0:0:0/64
-    Log    Init OK
-    ${resp}    Get Bindings    127.0.0.3
+    BuiltIn.Log    Init OK
+    ${resp} =    SxpLib.Get Bindings    127.0.0.3
     Should Not Contain Binding    ${resp}    6    56.56.56.0/24
-    Should Contain Binding    ${resp}    66    9.9.9.9/32
+    SxpLib.Should Contain Binding    ${resp}    66    9.9.9.9/32
     Should Not Contain Binding    ${resp}    666    2001:db8:0:0:0:0:1428:57ab/128
     Should Not Contain Binding    ${resp}    555    2001:db8:85a3:8d3:0:0:0:0/64
-    Log    Forward OK
+    BuiltIn.Log    Forward OK
 
 Check Forwarding V3=>V2
     [Documentation]    Check if appropriate bindings are exported per version
-    ${resp}    Get Bindings
-    Should Contain Binding    ${resp}    6    56.56.56.0/24
-    Should Contain Binding    ${resp}    66    9.9.9.9/32
-    Should Contain Binding    ${resp}    666    2001:db8:0:0:0:0:1428:57ab/128
-    Should Contain Binding    ${resp}    555    2001:db8:85a3:8d3:0:0:0:0/64
-    Log    Init OK
-    ${resp}    Get Bindings    127.0.0.3
+    ${resp} =    SxpLib.Get Bindings
+    SxpLib.Should Contain Binding    ${resp}    6    56.56.56.0/24
+    SxpLib.Should Contain Binding    ${resp}    66    9.9.9.9/32
+    SxpLib.Should Contain Binding    ${resp}    666    2001:db8:0:0:0:0:1428:57ab/128
+    SxpLib.Should Contain Binding    ${resp}    555    2001:db8:85a3:8d3:0:0:0:0/64
+    BuiltIn.Log    Init OK
+    ${resp} =    SxpLib.Get Bindings    127.0.0.3
     Should Not Contain Binding    ${resp}    6    56.56.56.0/24
-    Should Contain Binding    ${resp}    66    9.9.9.9/32
-    Should Contain Binding    ${resp}    666    2001:db8:0:0:0:0:1428:57ab/128
+    SxpLib.Should Contain Binding    ${resp}    66    9.9.9.9/32
+    SxpLib.Should Contain Binding    ${resp}    666    2001:db8:0:0:0:0:1428:57ab/128
     Should Not Contain Binding    ${resp}    555    2001:db8:85a3:8d3:0:0:0:0/64
-    Log    Forward OK
+    BuiltIn.Log    Forward OK
 
 Check Forwarding V4=>V3
     [Documentation]    Check if appropriate bindings are exported per version
-    ${resp}    Get Bindings
-    Should Contain Binding    ${resp}    6    56.56.56.0/24
-    Should Contain Binding    ${resp}    66    9.9.9.9/32
-    Should Contain Binding    ${resp}    666    2001:db8:0:0:0:0:1428:57ab/128
-    Should Contain Binding    ${resp}    555    2001:db8:85a3:8d3:0:0:0:0/64
-    Log    Init OK
-    ${resp}    Get Bindings    127.0.0.3
-    Should Contain Binding    ${resp}    6    56.56.56.0/24
-    Should Contain Binding    ${resp}    66    9.9.9.9/32
-    Should Contain Binding    ${resp}    666    2001:db8:0:0:0:0:1428:57ab/128
-    Should Contain Binding    ${resp}    555    2001:db8:85a3:8d3:0:0:0:0/64
-    Log    Forward OK
+    ${resp} =    SxpLib.Get Bindings
+    SxpLib.Should Contain Binding    ${resp}    6    56.56.56.0/24
+    SxpLib.Should Contain Binding    ${resp}    66    9.9.9.9/32
+    SxpLib.Should Contain Binding    ${resp}    666    2001:db8:0:0:0:0:1428:57ab/128
+    SxpLib.Should Contain Binding    ${resp}    555    2001:db8:85a3:8d3:0:0:0:0/64
+    BuiltIn.Log    Init OK
+    ${resp} =    SxpLib.Get Bindings    127.0.0.3
+    SxpLib.Should Contain Binding    ${resp}    6    56.56.56.0/24
+    SxpLib.Should Contain Binding    ${resp}    66    9.9.9.9/32
+    SxpLib.Should Contain Binding    ${resp}    666    2001:db8:0:0:0:0:1428:57ab/128
+    SxpLib.Should Contain Binding    ${resp}    555    2001:db8:85a3:8d3:0:0:0:0/64
+    BuiltIn.Log    Forward OK
 
 Check Shorthest Path
     [Documentation]    Checks if Shorthest path rule is applied onto bindings
-    ${resp}    Get Bindings
-    Should Contain Binding    ${resp}    542    5.5.5.5/32
-    Should Contain Binding    ${resp}    9954    105.15.125.15/32
-    Should Contain Binding    ${resp}    99    15.15.15.15/32
-    ${resp}    Get Bindings    127.0.0.4
-    Should Contain Binding    ${resp}    542    5.5.5.5/32
-    Should Contain Binding    ${resp}    9954    105.15.125.15/32
-    Should Contain Binding    ${resp}    99    15.15.15.15/32
+    ${resp} =    SxpLib.Get Bindings
+    SxpLib.Should Contain Binding    ${resp}    542    5.5.5.5/32
+    SxpLib.Should Contain Binding    ${resp}    9954    105.15.125.15/32
+    SxpLib.Should Contain Binding    ${resp}    99    15.15.15.15/32
+    ${resp} =    SxpLib.Get Bindings    127.0.0.4
+    SxpLib.Should Contain Binding    ${resp}    542    5.5.5.5/32
+    SxpLib.Should Contain Binding    ${resp}    9954    105.15.125.15/32
+    SxpLib.Should Contain Binding    ${resp}    99    15.15.15.15/32
 
 Check Most Recent
     [Documentation]    Checks if MostRecent rule is applied onto bindings
-    ${resp}    Get Bindings
-    Should Contain Binding    ${resp}    543    5.5.5.5/32
-    Should Contain Binding    ${resp}    99    15.15.15.15/32
-    ${resp}    Get Bindings    127.0.0.4
-    Should Contain Binding    ${resp}    543    5.5.5.5/32
-    Should Contain Binding    ${resp}    99    15.15.15.15/32
+    ${resp} =    SxpLib.Get Bindings
+    SxpLib.Should Contain Binding    ${resp}    543    5.5.5.5/32
+    SxpLib.Should Contain Binding    ${resp}    99    15.15.15.15/32
+    ${resp} =    SxpLib.Get Bindings    127.0.0.4
+    SxpLib.Should Contain Binding    ${resp}    543    5.5.5.5/32
+    SxpLib.Should Contain Binding    ${resp}    99    15.15.15.15/32
 
 Clean Nodes
-    Clean Bindings    127.0.0.1
-    Clean Bindings    127.0.0.2
-    Clean Bindings    127.0.0.3
-    Clean Bindings    127.0.0.4
-    Clean Bindings    127.0.0.5
-    Clean Connections    127.0.0.1
-    Clean Connections    127.0.0.2
-    Clean Connections    127.0.0.3
-    Clean Connections    127.0.0.4
-    Clean Connections    127.0.0.5
+    SxpLib.Clean Bindings    127.0.0.1
+    SxpLib.Clean Bindings    127.0.0.2
+    SxpLib.Clean Bindings    127.0.0.3
+    SxpLib.Clean Bindings    127.0.0.4
+    SxpLib.Clean Bindings    127.0.0.5
+    SxpLib.Clean Connections    127.0.0.1
+    SxpLib.Clean Connections    127.0.0.2
+    SxpLib.Clean Connections    127.0.0.3
+    SxpLib.Clean Connections    127.0.0.4
+    SxpLib.Clean Connections    127.0.0.5