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

iwaseyusuke / ryu / 727
68%
master: 68%

Build:
Build:
LAST BUILD BRANCH: mrtlib-Support_RFC8050
DEFAULT BRANCH: master
Ran 23 Jun 2017 01:07AM UTC
Jobs 5
Files 437
Run time 6min
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

pending completion
727

push

travis-ci

iwaseyusuke
manager: Introduce user flags option

This patch introduces "--user-flags" option which enable to add user
original CLI or config file options for their own Ryu applications.

Usage Example)
  $ cat user_flags.py
  from ryu import cfg

  CONF = cfg.CONF
  CONF.register_cli_opts([
      cfg.StrOpt(
          'user-cli-opt', default=None,
          help='user original CLI option'),
  ])

  $ ryu-manager --user-flags user_flags.py user_app.py

Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com>

55776 of 82540 relevant lines covered (67.57%)

2.7 hits per line

Jobs
ID Job ID Ran Files Coverage
1 727.1 (TOX_ENV=py27) 23 Jun 2017 01:13AM UTC 0
67.53
Travis Job 727.1
2 727.2 (TOX_ENV=py34) 23 Jun 2017 01:13AM UTC 0
67.54
Travis Job 727.2
3 727.3 (TOX_ENV=py35) 23 Jun 2017 01:10AM UTC 0
67.53
Travis Job 727.3
4 727.4 (TOX_ENV=pypy26) 23 Jun 2017 01:10AM UTC 0
67.54
Travis Job 727.4
5 727.5 (TOX_ENV=pep8) 23 Jun 2017 01:07AM UTC 0
Travis Job 727.5
Source Files on build 727
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #727
  • fa048ece on github
  • Prev Build on manager-user_flags (#724)
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

© 2025 Coveralls, Inc