• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

bobuhiro11 / gokvm / 390
76%
main: 68%

Build:
Build:
LAST BUILD BRANCH: fix-flaky-tests
DEFAULT BRANCH: main
Ran 10 Mar 2022 10:17AM UTC
Jobs 1
Files 10
Run time 2s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

10 Mar 2022 10:04AM UTC coverage: 72.188%. First build
390

push

travis-ci-com

bobuhiro11
virtio: add rx handling

IPv4 ping communication between guest and host is now possible.

on guest:
  $ ip addr add 192.168.1.1/24 dev eth0
  $ ip link set eth0 up

on host:
  $ sudo ip link set tap up
  $ sudo ip addr add 192.168.1.2/24 dev tap
  $ sudo ping 192.168.1.1 -i 0.1 -c 3
    PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
    64 bytes from 192.168.1.1: icmp_seq=1 ttl=64 time=17.4 ms
    64 bytes from 192.168.1.1: icmp_seq=2 ttl=64 time=19.6 ms
    64 bytes from 192.168.1.1: icmp_seq=3 ttl=64 time=20.7 ms

    --- 192.168.1.1 ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 201ms
    rtt min/avg/max/mdev = 17.440/19.246/20.702/1.354 ms

Signed-off-by: Nobuhiro MIKI <nob@bobuhiro11.net>

828 of 1147 relevant lines covered (72.19%)

0.76 hits per line

Jobs
ID Job ID Ran Files Coverage
1 390.1 10 Mar 2022 10:17AM UTC 0
72.19
Travis Job 390.1
Source Files on build 390
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #390
  • 323a2c63 on github
  • Next Build on add_virtio_rx (#392)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc