Skip to content

Commit

Permalink
Merge pull request #1072 from NordSecurity/LLT-5939_fix_windows_netwo…
Browse files Browse the repository at this point in the history
…rk_provisioning

LLT-5939: Fix test after windows VM provisioning fix
  • Loading branch information
mathiaspeters authored Jan 22, 2025
2 parents 44f8084 + 7ac3db2 commit 1f1face
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gitlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
with:
schedule: ${{ github.event_name == 'schedule' }}
cancel-outdated-pipelines: ${{ github.ref_name != 'main' }}
triggered-ref: v2.8.0 # REMEMBER to also update in .gitlab-ci.yml
triggered-ref: v2.8.1 # REMEMBER to also update in .gitlab-ci.yml
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ libtelio-build-pipeline:

trigger:
project: $LIBTELIO_BUILD_PROJECT_PATH
branch: v2.8.0 # REMEMBER to also update in .github/workflows/gitlab.yml
branch: v2.8.1 # REMEMBER to also update in .github/workflows/gitlab.yml
Empty file added .unreleased/LLT-5939
Empty file.
2 changes: 1 addition & 1 deletion nat-lab/tests/test_cleanup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ async def test_get_network_interface_tunnel_keys(adapter_type, name) -> None:
# that might have managed to survive the end of the previous test.
keys = await _get_network_interface_tunnel_keys(connection)
assert [
"HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\Class\\{4d36e972-e325-11ce-bfc1-08002be10318}\\0005"
"HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\Class\\{4d36e972-e325-11ce-bfc1-08002be10318}\\0006"
] == keys

assert (
Expand Down

0 comments on commit 1f1face

Please sign in to comment.