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

noironetworks / opflex / 2009 / 1
68%
master: 68%

Build:
DEFAULT BRANCH: master
Ran 11 Apr 2021 01:15AM UTC
Files 273
Run time 16s
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

11 Apr 2021 01:15AM UTC coverage: 79.565% (+0.06%) from 79.504%
TEST_SUITE=travis-build.sh

push

travis-ci-com

GitHub
Add session-affinity for services (#369)

client-ip affinity with a specified timeout ensures the same client
goes to the same backend using a hash on the nw_src field.
The above flow will be added at a higher prio than the regular 5 tuple
hash flow.
by using hard_timeout we ensure this flow is deleted by ovs once
timeout is reached at which affinity goes away and we start using
5 tuple hash from then on

affinity flow
 cookie=0x0, duration=14.224s, table=5, n_packets=0, n_bytes=0, hard_timeout=30, priority=51,ip,reg6=0xb,nw_dst=169.254.169.254 actions=set_field:00:22:bd:f8:19:ff->eth_src,set_field:e2:35:f9:9e:2c:3b->eth_dst,multipath(nw_src,1024,iter_hash,1,32,NXM_NX_REG7[]),goto_table:6

regular flow
 cookie=0x0, duration=14.224s, table=5, n_packets=0, n_bytes=0, priority=50,ip,reg6=0xb,nw_dst=169.254.169.254 actions=set_field:00:22:bd:f8:19:ff->eth_src,set_field:e2:35:f9:9e:2c:3b->eth_dst,multipath(symmetric_l3l4+udp,1024,iter_hash,1,32,NXM_NX_REG7[]),goto_table:6

Signed-off-by: Madhu Challa <challa@gmail.com>

24642 of 30971 relevant lines covered (79.56%)

2499.55 hits per line

Source Files on job 2009.1 (TEST_SUITE=travis-build.sh)
  • Tree
  • List 0
  • Changed 122
  • Source Changed 7
  • Coverage Changed 122
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1386
  • Travis Job 2009.1
  • b59caec3 on github
  • Prev Job for TEST_SUITE=travis-build.sh on master (#2005.1)
  • Next Job for TEST_SUITE=travis-build.sh on master (#2024.1)
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