Skip to content

Commit

Permalink
DO NOT MERGE: debug ipv6 link local addressing setup
Browse files Browse the repository at this point in the history
  • Loading branch information
afflux committed Jun 8, 2024
1 parent 9d54aa6 commit d7785f3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pythonpackage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
sudo ip link set dev veth1 address 02:00:00:00:00:01 name feth1
sudo ip link set up dev feth0
sudo ip link set up dev feth1
sudo ip addr show dev feth0
sudo ip addr show dev feth1
- name: Setup network interfaces
if: ${{ startsWith(matrix.os, 'macos') }}
Expand All @@ -48,9 +50,12 @@ jobs:
sudo ifconfig feth0 peer feth1
sudo ifconfig feth0 up
sudo ifconfig feth1 up
sudo ifconfig feth0
sudo ifconfig feth1
- name: Run tests, flake8 and mypy
run: |
false
tox
- name: "Upload coverage to Codecov"
Expand Down

0 comments on commit d7785f3

Please sign in to comment.