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

Polish IOL test #2352

Merged
merged 1 commit into from
Dec 19, 2024
Merged

Polish IOL test #2352

merged 1 commit into from
Dec 19, 2024

Conversation

hellt
Copy link
Member

@hellt hellt commented Dec 19, 2024

Change the labdir file path and added console logging

Test log:

❯ CLAB_BIN=$(pwd)/bin/containerlab ./tests/rf-run.sh docker tests/10-basic-cisco_iol/01-iol.robot
Running tests with containerlab binary at /home/romandodin/srl-labs/containerlab/bin/containerlab path and selected runtime: docker
==============================================================================
01-Iol                                                                        
==============================================================================
Deploy iol lab                                                        | PASS |
------------------------------------------------------------------------------
Wait 45s for nodes to boot                                            | PASS |
------------------------------------------------------------------------------
Verify links in node router1                                          Warning: Permanently added 'clab-iol-router1' (RSA) to the list of known hosts.
Connection to clab-iol-router1 closed by remote host.
Verify links in node router1                                          | PASS |
------------------------------------------------------------------------------
Verify links in node switch                                           Warning: Permanently added 'clab-iol-switch' (RSA) to the list of known hosts.
Connection to clab-iol-switch closed by remote host.
Verify links in node switch                                           | PASS |
------------------------------------------------------------------------------
Verify parital startup configuration on router2                       | PASS |
------------------------------------------------------------------------------
Verify full startup configuration on router3                          | PASS |
------------------------------------------------------------------------------
Write configuration to NVRAM on router1                               | PASS |
------------------------------------------------------------------------------
Log IP addresses for router1                                          .
--> LOG: IPv4 addr - "172.20.20.4"
...
--> LOG: IPv6 addr - "3fff:172:20:20::4"
Log IP addresses for router1                                          | PASS |
------------------------------------------------------------------------------
Write configuration to NVRAM on switch                                | PASS |
------------------------------------------------------------------------------
Log IP addresses for switch                                           .
--> LOG: IPv4 addr - "172.20.20.5"
...
--> LOG: IPv6 addr - "3fff:172:20:20::5"
Log IP addresses for switch                                           | PASS |
------------------------------------------------------------------------------
Destroy iol lab                                                       | PASS |
------------------------------------------------------------------------------
Re-deploy iol lab                                                     | PASS |
------------------------------------------------------------------------------
Wait 60s for nodes to boot                                            | PASS |
------------------------------------------------------------------------------
Verify connectivity via new management addresses on router1           ..
--> LOG: IPv4 addr - 172.20.20.2
...
--> LOG: IPv6 addr - 3fff:172:20:20::2
Verify connectivity via new management addresses on router1           | PASS |
------------------------------------------------------------------------------
Verify connectivity via new management addresses on switch            ..
--> LOG: IPv4 addr - 172.20.20.3
...
--> LOG: IPv6 addr - 3fff:172:20:20::3
Verify connectivity via new management addresses on switch            | PASS |
------------------------------------------------------------------------------
01-Iol                                                                | PASS |
15 tests, 15 passed, 0 failed
==============================================================================

@hellt hellt merged commit 9fe5485 into main Dec 19, 2024
66 of 67 checks passed
@hellt hellt deleted the polish-iol-test branch December 19, 2024 15:18
Copy link

codecov bot commented Dec 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 51.77%. Comparing base (3581550) to head (ed78154).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2352      +/-   ##
==========================================
- Coverage   51.80%   51.77%   -0.04%     
==========================================
  Files         172      172              
  Lines       17083    17083              
==========================================
- Hits         8850     8844       -6     
- Misses       7307     7312       +5     
- Partials      926      927       +1     

see 1 file with indirect coverage changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant