Skip to content

Commit ccc92c7

Browse files
committed
WIP: dbg
Signed-off-by: Martynas Pumputis <[email protected]>
1 parent 0869dc6 commit ccc92c7

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

.github/workflows/test.yml

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -124,21 +124,6 @@ jobs:
124124
steps:
125125
- uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
126126

127-
- name: Retrieve stored pwru executable
128-
uses: actions/download-artifact@448e3f862ab3ef47aa50ff917776823c9946035b
129-
with:
130-
name: pwru
131-
132-
- name: Retrieve stored test-app executable
133-
uses: actions/download-artifact@448e3f862ab3ef47aa50ff917776823c9946035b
134-
with:
135-
name: test-app
136-
137-
- name: Install stored executables
138-
shell: bash
139-
run: |
140-
tar xfv pwru-linux-${{ steps.vars.outputs.arch }}.tar.gz
141-
142127
- name: Derive kernel version, arch
143128
id: kernel
144129
run: |
@@ -165,6 +150,21 @@ jobs:
165150
echo kernel-version="" >> $GITHUB_OUTPUT # for amd64 we can use kernel from lvh image
166151
fi
167152
153+
- name: Retrieve stored pwru executable
154+
uses: actions/download-artifact@448e3f862ab3ef47aa50ff917776823c9946035b
155+
with:
156+
name: pwru
157+
158+
- name: Retrieve stored test-app executable
159+
uses: actions/download-artifact@448e3f862ab3ef47aa50ff917776823c9946035b
160+
with:
161+
name: test-app
162+
163+
- name: Install stored executables
164+
shell: bash
165+
run: |
166+
tar xfv pwru-linux-${{ steps.kernel.outputs.arch }}.tar.gz
167+
168168
- name: Provision LVH VMs
169169
uses: cilium/little-vm-helper@12677b10f89edec8f94ae8e1872aa680bbb83ce7
170170
with:
@@ -201,6 +201,7 @@ jobs:
201201
test-name: ${{ matrix.kernel }}-basic-ipv4
202202
pwru-pcap-filter: 'dst host 1.0.0.1 and port 8080'
203203
setup: |
204+
exit 1
204205
iptables -w 10 -I OUTPUT 1 -m tcp --proto tcp --dst 1.0.0.1/32 --dport 8080 -j DROP
205206
gen-traffic: |
206207
curl -vvv -sS --fail --connect-timeout "1" -o /dev/null http://1.0.0.1:8080 || true

0 commit comments

Comments
 (0)