Soft Patch Panel
 help / color / mirror / Atom feed
* [spp] [PATCH 0/4] Add commands of spp_vf to SPP controller
@ 2018-10-18 11:28 ogawa.yasufumi
  2018-10-18 11:28 ` [spp] [PATCH 1/4] controller: add POST method for spp-ctl ogawa.yasufumi
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: ogawa.yasufumi @ 2018-10-18 11:28 UTC (permalink / raw)
  To: spp, ferruh.yigit, ogawa.yasufumi

From: Yasufumi Ogawa <ogawa.yasufumi@lab.ntt.co.jp>

Spp_vf has dedicated controller 'spp_vf.py' and is not managed from
'spp.py'. It is confusing to users.

Thanks to spp-ctl, it is easy to send a request to spp_vf from 'spp.py'
without any effort. This update is to add SppVf class behaviour as a
client for spp-ctl. An instance of the class is intended to be used
from do_vf() and complete_vf() methods of Shell class in 'spp.py'.

'spp_vf.py' is removed in this update because all of this features are
moved to 'spp.py' and is not used anymore.

Yasufumi Ogawa (4):
  controller: add POST method for spp-ctl
  controller: add SppVf class
  controller: add vf command to SPP controller
  spp_vf: remove spp_vf controller

 src/controller/commands/vf.py    | 470 ++++++++++++++++++++++++++++++++++++
 src/controller/shell.py          | 103 +++++++-
 src/controller/spp.py            |  19 +-
 src/controller/spp_ctl_client.py |   5 +
 src/spp_vf.py                    | 507 ---------------------------------------
 5 files changed, 585 insertions(+), 519 deletions(-)
 create mode 100644 src/controller/commands/vf.py
 delete mode 100755 src/spp_vf.py

-- 
2.13.1

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-10-18 11:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-18 11:28 [spp] [PATCH 0/4] Add commands of spp_vf to SPP controller ogawa.yasufumi
2018-10-18 11:28 ` [spp] [PATCH 1/4] controller: add POST method for spp-ctl ogawa.yasufumi
2018-10-18 11:28 ` [spp] [PATCH 2/4] controller: add SppVf class ogawa.yasufumi
2018-10-18 11:28 ` [spp] [PATCH 3/4] controller: add vf command to SPP controller ogawa.yasufumi
2018-10-18 11:28 ` [spp] [PATCH 4/4] spp_vf: remove spp_vf controller ogawa.yasufumi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).