File tree Expand file tree Collapse file tree 3 files changed +4
-12
lines changed Expand file tree Collapse file tree 3 files changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -88,22 +88,12 @@ jobs:
88
88
if : always()
89
89
run : |
90
90
mkdir /tmp/logs
91
- cp ./strace* /tmp/logs
91
+ cp ./strace* uml-ci/slirp* /tmp/logs
92
92
- uses : actions/upload-artifact@v1
93
93
if : always()
94
94
with :
95
95
path : /tmp/logs
96
96
name : tests-trace-${{ matrix.cgroups }}-${{ matrix.os }}
97
- - uses : actions/upload-artifact@v1
98
- if : always()
99
- with :
100
- path : /tmp/slirp_in.log
101
- name : slirp_in.log
102
- - uses : actions/upload-artifact@v1
103
- if : always()
104
- with :
105
- path : /tmp/slirp_out.log
106
- name : slirp_out.log
107
97
108
98
nightly-checks :
109
99
runs-on : ubuntu-20.04
Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ echo root:root | chpasswd
14
14
ifconfig eth0 10.0.2.15 netmask 255.255.255.0
15
15
route add default dev eth0
16
16
echo nameserver 10.0.2.3 > /etc/resolv.conf
17
+ ifconfig -a > /dev/console
18
+ route > /dev/console
17
19
exit 0
18
20
' > /dev/mnt/etc/rc.d/rc.local
19
21
chmod +x /dev/mnt/etc/rc.d/rc.local
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- stdbuf -i 0 -o 0 tee /tmp/ slirp_in.log | slirp-fullbolt ' host addr 10.0.2.2' ' redir tcp 2224 10.0.2.15:22' | stdbuf -i 0 -o 0 tee /tmp/ slirp_out.log
3
+ stdbuf -i 0 -o 0 tee slirp_in.log | slirp-fullbolt ' host addr 10.0.2.2' ' redir tcp 2224 10.0.2.15:22' | stdbuf -i 0 -o 0 tee slirp_out.log
You can’t perform that action at this time.
0 commit comments