Skip to content
New issue

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

RT-5.7: Fix ISIS issues #3424

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Conversation

suredhar
Copy link
Contributor

@suredhar suredhar commented Sep 9, 2024

  1. Added deviation for CISCO in the metadata file.
  2. Fixed the ISIS awaitAdjacency function.

Log:


Testbed Reservation Complete
ID: STATIC

dut:              DUT
port8:            HundredGigE0/2/0/30
port1:            HundredGigE0/2/0/1
port2:            HundredGigE0/2/0/18
port3:            HundredGigE0/2/0/20
port4:            HundredGigE0/2/0/21
port5:            HundredGigE0/2/0/32
port6:            HundredGigE0/2/0/22
port7:            HundredGigE0/2/0/27
ate:              ott-ucs-b4:40059
port3:            172.21.178.45;1;3
port4:            172.21.178.45;1;4
port5:            172.21.178.45;3;5
port6:            172.21.178.45;1;5
port7:            172.21.178.45;1;6
port8:            172.21.178.45;1;7
port1:            172.21.178.45;1;1
port2:            172.21.178.45;1;2

I0909 11:32:56.122242 3296174 core.go:157] Registering core file checking for DUT "dut"
*** PROPERTY: validator.core -> enabled
*** PROPERTY: validator.core.initial ->
Delta Core Files by DUT:
DUT: DUT
/misc/disk1/agetty_43370.by.3.20240705-015329.node0_RP0_CPU0.27d36.core.gz
/misc/disk1/agetty_43370.by.3.20240705-015329.node0_RP0_CPU0.27d36.core.txt
/misc/disk1/login_34342.by.3.20240705-021700.node0_RP0_CPU0.2cdcc.core.gz
/misc/disk1/login_34342.by.3.20240705-021700.node0_RP0_CPU0.2cdcc.core.txt
=== RUN TestAggregateAllNotForwardingViable
aggregate_all_not_forwarding_viable_test.go:175: Config for LACP at /lacp/interfaces/interface[name=Bundle-Ether1]:
{
"openconfig-lacp:config": {
"lacp-mode": "ACTIVE",
"name": "Bundle-Ether1"
},
"openconfig-lacp:name": "Bundle-Ether1"
}
2024/09/09 11:33:53 Test output "TestAggregateAllNotForwardingViable Config for LACP at /lacp/interfaces/interface[name=Bundle-Ether1]" is discarded without -outputs_dir. Please specify -outputs_dir to keep it.
aggregate_all_not_forwarding_viable_test.go:175: Config for Bundle-Ether1 at /interfaces/interface[name=Bundle-Ether1]:
{
"openconfig-if-aggregate:aggregation": {
"config": {
"lag-type": "LACP"
}
},
"openconfig-interfaces:config": {
"description": "lag1",
"name": "Bundle-Ether1",
"type": "iana-if-type:ieee8023adLag"
},
"openconfig-interfaces:name": "Bundle-Ether1",
"openconfig-interfaces:subinterfaces": {
"subinterface": [
{
"config": {
"index": 0
},
"index": 0,
"openconfig-if-ip:ipv4": {
"addresses": {
"address": [
{
"config": {
"ip": "192.0.2.1",
"prefix-length": 30
},
"ip": "192.0.2.1"
}
]
}
},
"openconfig-if-ip:ipv6": {
"addresses": {
"address": [
{
"config": {
"ip": "2001:db8::1",
"prefix-length": 126
},
"ip": "2001:db8::1"
}
]
}
}
}
]
}
}
2024/09/09 11:33:55 Test output "TestAggregateAllNotForwardingViable Config for Bundle-Ether1 at /interfaces/interface[name=Bundle-Ether1]" is discarded without -outputs_dir. Please specify -outputs_dir to keep it.
aggregate_all_not_forwarding_viable_test.go:175: Config for dut:port1(DUT:HundredGigE0/2/0/1) at /interfaces/interface[name=HundredGigE0/2/0/1]:
{
"openconfig-if-ethernet:ethernet": {
"config": {
"openconfig-if-aggregate:aggregate-id": "Bundle-Ether1"
}
},
"openconfig-interfaces:config": {
"description": "dut:port1(DUT:HundredGigE0/2/0/1)",
"name": "HundredGigE0/2/0/1",
"type": "iana-if-type:ethernetCsmacd"
},
"openconfig-interfaces:name": "HundredGigE0/2/0/1"
}
2024/09/09 11:33:57 Test output "TestAggregateAllNotForwardingViable Config for dut:port1(DUT:HundredGigE0/2/0/1) at /interfaces/interface[name=HundredGigE0/2/0/1]" is discarded without -outputs_dir. Please specify -outputs_dir to keep it.
I0909 11:34:00.459941 3296174 ygnmi.go:286] noncompliant data encountered while unmarshalling: Noncompliance Errors by category (see https://github.com/openconfig/ygnmi#noncompliance-errors):
Path Noncompliance Errors: None
Type Noncompliance Errors: None
Value Restriction Noncompliance Errors:
field name Member value HundredGigE0/2/0/1 (string) schema path /root/interfaces/interface/aggregation/state/member has leafref path /interfaces/interface/name not equal to any target nodes
aggregate_all_not_forwarding_viable_test.go:175: Config for LACP at /lacp/interfaces/interface[name=Bundle-Ether2]:
{
"openconfig-lacp:config": {
"lacp-mode": "ACTIVE",
"name": "Bundle-Ether2"
},
"openconfig-lacp:name": "Bundle-Ether2"
}
2024/09/09 11:34:00 Test output "TestAggregateAllNotForwardingViable Config for LACP at /lacp/interfaces/interface[name=Bundle-Ether2]" is discarded without -outputs_dir. Please specify -outputs_dir to keep it.
aggregate_all_not_forwarding_viable_test.go:175: Config for Bundle-Ether2 at /interfaces/interface[name=Bundle-Ether2]:
{
"openconfig-if-aggregate:aggregation": {
"config": {
"lag-type": "LACP"
}
},
"openconfig-interfaces:config": {
"description": "lag2",
"name": "Bundle-Ether2",
"type": "iana-if-type:ieee8023adLag"
},
"openconfig-interfaces:name": "Bundle-Ether2",
"openconfig-interfaces:subinterfaces": {
"subinterface": [
{
"config": {
"index": 0
},
"index": 0,
"openconfig-if-ip:ipv4": {
"addresses": {
"address": [
{
"config": {
"ip": "192.0.2.5",
"prefix-length": 30
},
"ip": "192.0.2.5"
}
]
}
},
"openconfig-if-ip:ipv6": {
"addresses": {
"address": [
{
"config": {
"ip": "2001:db8::5",
"prefix-length": 126
},
"ip": "2001:db8::5"
}
]
}
}
}
]
}
}
2024/09/09 11:34:02 Test output "TestAggregateAllNotForwardingViable Config for Bundle-Ether2 at /interfaces/interface[name=Bundle-Ether2]" is discarded without -outputs_dir. Please specify -outputs_dir to keep it.
aggregate_all_not_forwarding_viable_test.go:175: Config for dut:port2(DUT:HundredGigE0/2/0/18) at /interfaces/interface[name=HundredGigE0/2/0/18]:
{
"openconfig-if-ethernet:ethernet": {
"config": {
"openconfig-if-aggregate:aggregate-id": "Bundle-Ether2"
}
},
"openconfig-interfaces:config": {
"description": "dut:port2(DUT:HundredGigE0/2/0/18)",
"name": "HundredGigE0/2/0/18",
"type": "iana-if-type:ethernetCsmacd"
},
"openconfig-interfaces:name": "HundredGigE0/2/0/18"
}
2024/09/09 11:34:04 Test output "TestAggregateAllNotForwardingViable Config for dut:port2(DUT:HundredGigE0/2/0/18) at /interfaces/interface[name=HundredGigE0/2/0/18]" is discarded without -outputs_dir. Please specify -outputs_dir to keep it.
aggregate_all_not_forwarding_viable_test.go:175: Config for dut:port3(DUT:HundredGigE0/2/0/20) at /interfaces/interface[name=HundredGigE0/2/0/20]:
{
"openconfig-if-ethernet:ethernet": {
"config": {
"openconfig-if-aggregate:aggregate-id": "Bundle-Ether2"
}
},
"openconfig-interfaces:config": {
"description": "dut:port3(DUT:HundredGigE0/2/0/20)",
"name": "HundredGigE0/2/0/20",
"type": "iana-if-type:ethernetCsmacd"
},
"openconfig-interfaces:name": "HundredGigE0/2/0/20"
}
2024/09/09 11:34:06 Test output "TestAggregateAllNotForwardingViable Config for dut:port3(DUT:HundredGigE0/2/0/20) at /interfaces/interface[name=HundredGigE0/2/0/20]" is discarded without -outputs_dir. Please specify -outputs_dir to keep it.
aggregate_all_not_forwarding_viable_test.go:175: Config for dut:port4(DUT:HundredGigE0/2/0/21) at /interfaces/interface[name=HundredGigE0/2/0/21]:
{
"openconfig-if-ethernet:ethernet": {
"config": {
"openconfig-if-aggregate:aggregate-id": "Bundle-Ether2"
}
},
"openconfig-interfaces:config": {
"description": "dut:port4(DUT:HundredGigE0/2/0/21)",
"name": "HundredGigE0/2/0/21",
"type": "iana-if-type:ethernetCsmacd"
},
"openconfig-interfaces:name": "HundredGigE0/2/0/21"
}
2024/09/09 11:34:08 Test output "TestAggregateAllNotForwardingViable Config for dut:port4(DUT:HundredGigE0/2/0/21) at /interfaces/interface[name=HundredGigE0/2/0/21]" is discarded without -outputs_dir. Please specify -outputs_dir to keep it.
aggregate_all_not_forwarding_viable_test.go:175: Config for dut:port5(DUT:HundredGigE0/2/0/32) at /interfaces/interface[name=HundredGigE0/2/0/32]:
{
"openconfig-if-ethernet:ethernet": {
"config": {
"openconfig-if-aggregate:aggregate-id": "Bundle-Ether2"
}
},
"openconfig-interfaces:config": {
"description": "dut:port5(DUT:HundredGigE0/2/0/32)",
"name": "HundredGigE0/2/0/32",
"type": "iana-if-type:ethernetCsmacd"
},
"openconfig-interfaces:name": "HundredGigE0/2/0/32"
}
2024/09/09 11:34:10 Test output "TestAggregateAllNotForwardingViable Config for dut:port5(DUT:HundredGigE0/2/0/32) at /interfaces/interface[name=HundredGigE0/2/0/32]" is discarded without -outputs_dir. Please specify -outputs_dir to keep it.
aggregate_all_not_forwarding_viable_test.go:175: Config for dut:port6(DUT:HundredGigE0/2/0/22) at /interfaces/interface[name=HundredGigE0/2/0/22]:
{
"openconfig-if-ethernet:ethernet": {
"config": {
"openconfig-if-aggregate:aggregate-id": "Bundle-Ether2"
}
},
"openconfig-interfaces:config": {
"description": "dut:port6(DUT:HundredGigE0/2/0/22)",
"name": "HundredGigE0/2/0/22",
"type": "iana-if-type:ethernetCsmacd"
},
"openconfig-interfaces:name": "HundredGigE0/2/0/22"
}
2024/09/09 11:34:12 Test output "TestAggregateAllNotForwardingViable Config for dut:port6(DUT:HundredGigE0/2/0/22) at /interfaces/interface[name=HundredGigE0/2/0/22]" is discarded without -outputs_dir. Please specify -outputs_dir to keep it.
I0909 11:34:15.673624 3296174 ygnmi.go:286] noncompliant data encountered while unmarshalling: Noncompliance Errors by category (see https://github.com/openconfig/ygnmi#noncompliance-errors):
Path Noncompliance Errors: None
Type Noncompliance Errors: None
Value Restriction Noncompliance Errors:
field name Member value HundredGigE0/2/0/1 (string) schema path /root/interfaces/interface/aggregation/state/member has leafref path /interfaces/interface/name not equal to any target nodes
field name Member value HundredGigE0/2/0/18 (string) schema path /root/interfaces/interface/aggregation/state/member has leafref path /interfaces/interface/name not equal to any target nodes
field name Member value HundredGigE0/2/0/20 (string) schema path /root/interfaces/interface/aggregation/state/member has leafref path /interfaces/interface/name not equal to any target nodes
field name Member value HundredGigE0/2/0/21 (string) schema path /root/interfaces/interface/aggregation/state/member has leafref path /interfaces/interface/name not equal to any target nodes
field name Member value HundredGigE0/2/0/32 (string) schema path /root/interfaces/interface/aggregation/state/member has leafref path /interfaces/interface/name not equal to any target nodes
field name Member value HundredGigE0/2/0/22 (string) schema path /root/interfaces/interface/aggregation/state/member has leafref path /interfaces/interface/name not equal to any target nodes
aggregate_all_not_forwarding_viable_test.go:175: Config for LACP at /lacp/interfaces/interface[name=Bundle-Ether3]:
{
"openconfig-lacp:config": {
"lacp-mode": "ACTIVE",
"name": "Bundle-Ether3"
},
"openconfig-lacp:name": "Bundle-Ether3"
}
2024/09/09 11:34:15 Test output "TestAggregateAllNotForwardingViable Config for LACP at /lacp/interfaces/interface[name=Bundle-Ether3]" is discarded without -outputs_dir. Please specify -outputs_dir to keep it.
aggregate_all_not_forwarding_viable_test.go:175: Config for Bundle-Ether3 at /interfaces/interface[name=Bundle-Ether3]:
{
"openconfig-if-aggregate:aggregation": {
"config": {
"lag-type": "LACP"
}
},
"openconfig-interfaces:config": {
"description": "lag3",
"name": "Bundle-Ether3",
"type": "iana-if-type:ieee8023adLag"
},
"openconfig-interfaces:name": "Bundle-Ether3",
"openconfig-interfaces:subinterfaces": {
"subinterface": [
{
"config": {
"index": 0
},
"index": 0,
"openconfig-if-ip:ipv4": {
"addresses": {
"address": [
{
"config": {
"ip": "192.0.2.9",
"prefix-length": 30
},
"ip": "192.0.2.9"
}
]
}
},
"openconfig-if-ip:ipv6": {
"addresses": {
"address": [
{
"config": {
"ip": "2001:db8::9",
"prefix-length": 126
},
"ip": "2001:db8::9"
}
]
}
}
}
]
}
}
2024/09/09 11:34:17 Test output "TestAggregateAllNotForwardingViable Config for Bundle-Ether3 at /interfaces/interface[name=Bundle-Ether3]" is discarded without -outputs_dir. Please specify -outputs_dir to keep it.
aggregate_all_not_forwarding_viable_test.go:175: Config for dut:port7(DUT:HundredGigE0/2/0/27) at /interfaces/interface[name=HundredGigE0/2/0/27]:
{
"openconfig-if-ethernet:ethernet": {
"config": {
"openconfig-if-aggregate:aggregate-id": "Bundle-Ether3"
}
},
"openconfig-interfaces:config": {
"description": "dut:port7(DUT:HundredGigE0/2/0/27)",
"name": "HundredGigE0/2/0/27",
"type": "iana-if-type:ethernetCsmacd"
},
"openconfig-interfaces:name": "HundredGigE0/2/0/27"
}
2024/09/09 11:34:19 Test output "TestAggregateAllNotForwardingViable Config for dut:port7(DUT:HundredGigE0/2/0/27) at /interfaces/interface[name=HundredGigE0/2/0/27]" is discarded without -outputs_dir. Please specify -outputs_dir to keep it.
aggregate_all_not_forwarding_viable_test.go:175: Config for dut:port8(DUT:HundredGigE0/2/0/30) at /interfaces/interface[name=HundredGigE0/2/0/30]:
{
"openconfig-if-ethernet:ethernet": {
"config": {
"openconfig-if-aggregate:aggregate-id": "Bundle-Ether3"
}
},
"openconfig-interfaces:config": {
"description": "dut:port8(DUT:HundredGigE0/2/0/30)",
"name": "HundredGigE0/2/0/30",
"type": "iana-if-type:ethernetCsmacd"
},
"openconfig-interfaces:name": "HundredGigE0/2/0/30"
}
2024/09/09 11:34:21 Test output "TestAggregateAllNotForwardingViable Config for dut:port8(DUT:HundredGigE0/2/0/30) at /interfaces/interface[name=HundredGigE0/2/0/30]" is discarded without -outputs_dir. Please specify -outputs_dir to keep it.
aggregate_all_not_forwarding_viable_test.go:650: Updating ISIS metric of LAG2 equal to LAG3
aggregate_all_not_forwarding_viable_test.go:178:
*** Fetching gRIBI client for DUT...

aggregate_all_not_forwarding_viable_test.go:178: Trying to be a master with increasing the election id by one on dut.
aggregate_all_not_forwarding_viable_test.go:178: Learn GRIBI Election ID from dut.
aggregate_all_not_forwarding_viable_test.go:178: Setting GRIBI Election ID for dut to low=26, high=0
aggregate_all_not_forwarding_viable_test.go:178: An IPv4Entry for 100.0.4.0/24 is pointing to ATE LAG2 via gRIBI

I0909 11:34:37.434162 3296174 gribiclient.go:409] writing to done channel, requested by sender
I0909 11:34:37.868186 3296174 gribiclient.go:411] dropped message informing caller the client is done.
aggregate_all_not_forwarding_viable_test.go:179:
*** Pushing config to ott-ucs-b4:40059...

aggregate_all_not_forwarding_viable_test.go:180: 
    *** Starting protocols on ott-ucs-b4:40059...
    
    
aggregate_all_not_forwarding_viable_test.go:186: 
    *** Pushing config to ott-ucs-b4:40059...
    
    
aggregate_all_not_forwarding_viable_test.go:187: 
    *** Starting protocols on ott-ucs-b4:40059...
    
    
aggregate_all_not_forwarding_viable_test.go:193: ISIS cost of LAG_2 lower then ISIS cost of LAG_3 Test-01

=== RUN TestAggregateAllNotForwardingViable/RT-5.7.1.1:_Setting_Forwarding-Viable_to_False_on_Lag2_all_ports_except_port_2
aggregate_all_not_forwarding_viable_test.go:196:
*** Starting traffic on ott-ucs-b4:40059...

aggregate_all_not_forwarding_viable_test.go:196: 
    *** Stopping traffic on ott-ucs-b4:40059...
    
    
aggregate_all_not_forwarding_viable_test.go:196: 
    OTG Flow Metrics
    --------------------------------------------------------------------------------
    
    Name                     Frames Tx      Frames Rx      FPS Tx         FPS Rx         
    pfx1ToPfx2_3             152147698      152147698      0              0              
    pfx1ToPfx4               152147698      152147698      0              0              
    pfx2ToPfx1Lag2           152147778      152147778      0              0              
    --------------------------------------------------------------------------------
    
    
    
aggregate_all_not_forwarding_viable_test.go:196: 
    OTG LAG Metrics
    ------------------------------------------------------------------------------------------------------------------------
    
    Name                     Oper Status    Frames Tx      Frames Rx      Member Ports UP     
    lag1                     UP             304295431      152147813      1                   
    lag2                     UP             152147829      151222882      5                   
    lag3                     UP             40             153072608      2                   
    ------------------------------------------------------------------------------------------------------------------------
    
    
    
aggregate_all_not_forwarding_viable_test.go:196: 
    OTG Port Metrics
    ------------------------------------------------------------------------------------------------------------------------
    
    Name                     Frames Tx      Frames Rx      Bytes Tx       Bytes Rx       FPS Tx         FPS Rx         Link           
    port1                    304295432      152147814      456443116260   228221688780   0              0              up             
    port2                    30549393       151222867      45824057272    226834266920   0              0              up             
    port3                    30549361       4              45824036012    512            0              0              up             
    port4                    30549361       4              45824036012    512            0              0              up             
    port5                    30549361       4              45824036012    512            0              0              up             
    port6                    29950354       4              44925525512    512            0              0              up             
    port7                    37             77731921       23290          116597847920   0              0              up             
    port8                    4              75340688       512            113011026512   0              0              up             
    ------------------------------------------------------------------------------------------------------------------------

=== RUN TestAggregateAllNotForwardingViable/RT-5.7.1.2:_Setting_Forwarding-Viable_to_False_for_Lag2_all_ports
aggregate_all_not_forwarding_viable_test.go:224:
*** Starting traffic on ott-ucs-b4:40059...

aggregate_all_not_forwarding_viable_test.go:224: 
    *** Stopping traffic on ott-ucs-b4:40059...
    
    
aggregate_all_not_forwarding_viable_test.go:224: 
    OTG Flow Metrics
    --------------------------------------------------------------------------------
    
    Name                     Frames Tx      Frames Rx      FPS Tx         FPS Rx         
    pfx1ToPfx2_3             152265802      152265802      0              0              
    pfx1ToPfx4               152265802      152265802      0              0              
    pfx2ToPfx1Lag2           152265888      152265888      0              0              
    --------------------------------------------------------------------------------
    
    
    
aggregate_all_not_forwarding_viable_test.go:224: 
    OTG LAG Metrics
    ------------------------------------------------------------------------------------------------------------------------
    
    Name                     Oper Status    Frames Tx      Frames Rx      Member Ports UP     
    lag1                     UP             304531638      152265924      1                   
    lag2                     UP             152266027      15             5                   
    lag3                     UP             38             304531644      2                   
    ------------------------------------------------------------------------------------------------------------------------
    
    
    
aggregate_all_not_forwarding_viable_test.go:224: 
    OTG Port Metrics
    ------------------------------------------------------------------------------------------------------------------------
    
    Name                     Frames Tx      Frames Rx      Bytes Tx       Bytes Rx       FPS Tx         FPS Rx         Link           
    port1                    304531640      152265926      456797427764   228398855420   0              2              up             
    port2                    30573204       4              45859639190    512            2              0              up             
    port3                    30573076       4              45859608512    512            0              0              up             
    port4                    30573076       4              45859608512    512            0              0              up             
    port5                    30573076       4              45859608512    512            0              0              up             
    port6                    29973604       4              44960400512    512            0              0              up             
    port7                    36             152867703      21780          229301521233   0              1              up             
    port8                    4              151663942      512            227495907512   0              0              up             
    ------------------------------------------------------------------------------------------------------------------------

=== RUN TestAggregateAllNotForwardingViable/RT-5.7.1.3:_Setting_Forwarding-Viable_to_True_for_Lag2_one_of_the_port
aggregate_all_not_forwarding_viable_test.go:243:
*** Starting traffic on ott-ucs-b4:40059...

aggregate_all_not_forwarding_viable_test.go:243: 
    *** Stopping traffic on ott-ucs-b4:40059...
    
    
aggregate_all_not_forwarding_viable_test.go:243: 
    OTG Flow Metrics
    --------------------------------------------------------------------------------
    
    Name                     Frames Tx      Frames Rx      FPS Tx         FPS Rx         
    pfx1ToPfx2_3             152121369      152121369      0              0              
    pfx1ToPfx4               152121369      152121369      0              0              
    pfx2ToPfx1Lag2           152121616      152121616      0              0              
    --------------------------------------------------------------------------------
    
    
    
aggregate_all_not_forwarding_viable_test.go:243: 
    OTG LAG Metrics
    ------------------------------------------------------------------------------------------------------------------------
    
    Name                     Oper Status    Frames Tx      Frames Rx      Member Ports UP     
    lag1                     UP             304242771      152121650      1                   
    lag2                     UP             152121675      151196723      5                   
    lag3                     UP             38             153046112      2                   
    ------------------------------------------------------------------------------------------------------------------------
    
    
    
aggregate_all_not_forwarding_viable_test.go:243: 
    OTG Port Metrics
    ------------------------------------------------------------------------------------------------------------------------
    
    Name                     Frames Tx      Frames Rx      Bytes Tx       Bytes Rx       FPS Tx         FPS Rx         Link           
    port1                    304242773      152121652      456364128782   228182446508   0              1              up             
    port2                    30544148       4              45816180004    512            2              0              up             
    port3                    30544108       4              45816156512    512            0              0              up             
    port4                    30544108       4              45816156512    512            0              0              up             
    port5                    30544108       4              45816156512    512            0              0              up             
    port6                    29945204       151196708      44917800512    226795019352   0              0              up             
    port7                    38             77718461       23346          116577656580   0              0              up             
    port8                    4              75327656       512            112991478512   0              0              up             
    ------------------------------------------------------------------------------------------------------------------------

=== NAME TestAggregateAllNotForwardingViable
aggregate_all_not_forwarding_viable_test.go:650: Updating ISIS metric of LAG2 equal to LAG3
aggregate_all_not_forwarding_viable_test.go:263: ISIS cost of LAG_2 equal to ISIS cost of LAG_3 Test-02
=== RUN TestAggregateAllNotForwardingViable/RT-5.7.2.1:_Setting_Forwarding-Viable_to_False_for_Lag2_ports_except_port_2
aggregate_all_not_forwarding_viable_test.go:267:
*** Pushing config to ott-ucs-b4:40059...

aggregate_all_not_forwarding_viable_test.go:268: 
    *** Starting protocols on ott-ucs-b4:40059...
    
    
aggregate_all_not_forwarding_viable_test.go:269: 
    *** Starting traffic on ott-ucs-b4:40059...
    
    
aggregate_all_not_forwarding_viable_test.go:269: 
    *** Stopping traffic on ott-ucs-b4:40059...
    
    
aggregate_all_not_forwarding_viable_test.go:269: 
    OTG Flow Metrics
    --------------------------------------------------------------------------------
    
    Name                     Frames Tx      Frames Rx      FPS Tx         FPS Rx         
    pfx1ToPfx2_3             152120474      152120474      0              0              
    pfx1ToPfx4               152120474      152120474      0              0              
    pfx2ToPfx1Lag2           152120600      152120600      0              0              
    pfx2ToPfx1Lag3           152120587      152120587      0              0              
    --------------------------------------------------------------------------------
    
    
    
aggregate_all_not_forwarding_viable_test.go:269: 
    OTG LAG Metrics
    ------------------------------------------------------------------------------------------------------------------------
    
    Name                     Oper Status    Frames Tx      Frames Rx      Member Ports UP     
    lag1                     UP             304240980      304241218      1                   
    lag2                     UP             152120648      151195821      5                   
    lag3                     UP             152120624      153045211      2                   
    ------------------------------------------------------------------------------------------------------------------------
    
    
    
aggregate_all_not_forwarding_viable_test.go:269: 
    OTG Port Metrics
    ------------------------------------------------------------------------------------------------------------------------
    
    Name                     Frames Tx      Frames Rx      Bytes Tx       Bytes Rx       FPS Tx         FPS Rx         Link           
    port1                    304240982      304241221      456361445028   456361803528   2              2              up             
    port2                    30543934       151195807      45815873028    226793682528   0              0              up             
    port3                    30543904       4              45815850512    512            0              0              up             
    port4                    30543904       4              45815850512    512            0              0              up             
    port5                    30543904       4              45815850512    512            0              0              up             
    port6                    29945004       4              44917500512    512            0              0              up             
    port7                    76659230       77718007       114988814188   116576979702   0              0              up             
    port8                    75461398       75327208       113192091512   112990806512   0              0              up             
    ------------------------------------------------------------------------------------------------------------------------

=== RUN TestAggregateAllNotForwardingViable/RT-5.7.2.2:_Setting_Forwarding-Viable_to_False_for_Lag2_all_ports
aggregate_all_not_forwarding_viable_test.go:303:
*** Starting traffic on ott-ucs-b4:40059...

aggregate_all_not_forwarding_viable_test.go:303: 
    *** Stopping traffic on ott-ucs-b4:40059...
    
    
aggregate_all_not_forwarding_viable_test.go:303: 
    OTG Flow Metrics
    --------------------------------------------------------------------------------
    
    Name                     Frames Tx      Frames Rx      FPS Tx         FPS Rx         
    pfx1ToPfx2_3             152170372      152170372      0              0              
    pfx1ToPfx4               152170372      152170372      0              0              
    pfx2ToPfx1Lag2           152170384      152170384      0              0              
    pfx2ToPfx1Lag3           152170384      152170384      0              0              
    --------------------------------------------------------------------------------
    
    
    
aggregate_all_not_forwarding_viable_test.go:303: 
    OTG LAG Metrics
    ------------------------------------------------------------------------------------------------------------------------
    
    Name                     Oper Status    Frames Tx      Frames Rx      Member Ports UP     
    lag1                     UP             304340779      304340803      1                   
    lag2                     UP             152170527      20             5                   
    lag3                     UP             152170425      304340786      2                   
    ------------------------------------------------------------------------------------------------------------------------
    
    
    
aggregate_all_not_forwarding_viable_test.go:303: 
    OTG Port Metrics
    ------------------------------------------------------------------------------------------------------------------------
    
    Name                     Frames Tx      Frames Rx      Bytes Tx       Bytes Rx       FPS Tx         FPS Rx         Link           
    port1                    304340780      304340803      456511138127   456511173731   2              0              up             
    port2                    30554026       4              45830874804    512            2              0              up             
    port3                    30553900       4              45830844512    512            0              0              up             
    port4                    30553900       4              45830844512    512            0              0              up             
    port5                    30553900       4              45830844512    512            0              0              up             
    port6                    29954804       4              44932200512    512            0              0              up             
    port7                    76684327       152771894      115026456897   229157806016   2              2              up             
    port8                    75486100       151568894      113229144512   227353335512   0              0              up             
    ------------------------------------------------------------------------------------------------------------------------

=== RUN TestAggregateAllNotForwardingViable/RT-5.7.2.3:_Setting_Forwarding-Viable_to_True_for_Lag2_one_of_the_port
aggregate_all_not_forwarding_viable_test.go:322:
*** Starting traffic on ott-ucs-b4:40059...

aggregate_all_not_forwarding_viable_test.go:322: 
    *** Stopping traffic on ott-ucs-b4:40059...
    
    
aggregate_all_not_forwarding_viable_test.go:322: 
    OTG Flow Metrics
    --------------------------------------------------------------------------------
    
    Name                     Frames Tx      Frames Rx      FPS Tx         FPS Rx         
    pfx1ToPfx2_3             152158785      152158785      0              0              
    pfx1ToPfx4               152158785      152158785      0              0              
    pfx2ToPfx1Lag2           152158954      152158954      0              0              
    pfx2ToPfx1Lag3           152158827      152158827      0              0              
    --------------------------------------------------------------------------------
    
    
    
aggregate_all_not_forwarding_viable_test.go:322: 
    OTG LAG Metrics
    ------------------------------------------------------------------------------------------------------------------------
    
    Name                     Oper Status    Frames Tx      Frames Rx      Member Ports UP     
    lag1                     UP             304317607      304317819      1                   
    lag2                     UP             152159006      151233899      5                   
    lag3                     UP             152158869      153083765      2                   
    ------------------------------------------------------------------------------------------------------------------------
    
    
    
aggregate_all_not_forwarding_viable_test.go:322: 
    OTG Port Metrics
    ------------------------------------------------------------------------------------------------------------------------
    
    Name                     Frames Tx      Frames Rx      Bytes Tx       Bytes Rx       FPS Tx         FPS Rx         Link           
    port1                    304317608      304317820      456476378346   456476695080   0              0              up             
    port2                    30551638       4              45827424860    512            0              0              up             
    port3                    30551605       4              45827402012    512            0              0              up             
    port4                    30551605       4              45827402012    512            0              0              up             
    port5                    30551605       4              45827402012    512            0              0              up             
    port6                    29952554       151233886      44928825512    226850793971   0              0              up             
    port7                    76678502       77737563       115017719346   116606309580   0              0              up             
    port8                    75480367       75346203       113220545012   113019299058   0              1              up             
    ------------------------------------------------------------------------------------------------------------------------

--- PASS: TestAggregateAllNotForwardingViable (1792.49s)
--- PASS: TestAggregateAllNotForwardingViable/RT-5.7.1.1:_Setting_Forwarding-Viable_to_False_on_Lag2_all_ports_except_port_2 (198.29s)
--- PASS: TestAggregateAllNotForwardingViable/RT-5.7.1.2:_Setting_Forwarding-Viable_to_False_for_Lag2_all_ports (219.94s)
--- PASS: TestAggregateAllNotForwardingViable/RT-5.7.1.3:_Setting_Forwarding-Viable_to_True_for_Lag2_one_of_the_port (191.80s)
--- PASS: TestAggregateAllNotForwardingViable/RT-5.7.2.1:_Setting_Forwarding-Viable_to_False_for_Lag2_ports_except_port_2 (356.98s)
--- PASS: TestAggregateAllNotForwardingViable/RT-5.7.2.2:_Setting_Forwarding-Viable_to_False_for_Lag2_all_ports (228.40s)
--- PASS: TestAggregateAllNotForwardingViable/RT-5.7.2.3:_Setting_Forwarding-Viable_to_True_for_Lag2_one_of_the_port (200.35s)
PASS
I0909 12:04:35.476727 3296174 core.go:213] core file check found cores:

Delta Core Files by DUT:
DUT: DUT
*** PROPERTY: validator.core.end ->
Delta Core Files by DUT:
DUT: DUT

*** Releasing the testbed...

*** PROPERTY: time.begin -> 1725861759
*** PROPERTY: time.end -> 1725863675
ok github.com/openconfig/featureprofiles/feature/interface/aggregate/otg_tests/aggregate_all_not_viable_test 1916.350s

@suredhar suredhar requested review from a team as code owners September 9, 2024 06:46
@OpenConfigBot
Copy link

OpenConfigBot commented Sep 9, 2024

Pull Request Functional Test Report for #3424 / 5412078

Virtual Devices

Device Test Test Documentation Job Raw Log
Arista cEOS status
RT-5.7: Aggregate Not Viable All
Cisco 8000E status
RT-5.7: Aggregate Not Viable All
Cisco XRd status
RT-5.7: Aggregate Not Viable All
Juniper ncPTX status
RT-5.7: Aggregate Not Viable All
Nokia SR Linux status
RT-5.7: Aggregate Not Viable All
Openconfig Lemming status
RT-5.7: Aggregate Not Viable All

Hardware Devices

Device Test Test Documentation Raw Log
Arista 7808 status
RT-5.7: Aggregate Not Viable All
Cisco 8808 status
RT-5.7: Aggregate Not Viable All
Juniper PTX10008 status
RT-5.7: Aggregate Not Viable All
Nokia 7250 IXR-10e status
RT-5.7: Aggregate Not Viable All

Help

@coveralls
Copy link

Pull Request Test Coverage Report for Build 10768017276

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 55.252%

Totals Coverage Status
Change from base Build 10766210210: 0.0%
Covered Lines: 1983
Relevant Lines: 3589

💛 - Coveralls

@suredhar suredhar force-pushed the suredhar_RT-5.7 branch 2 times, most recently from afd7016 to 8ae8936 Compare September 13, 2024 08:43
@rohit-rp rohit-rp self-assigned this Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants