Soft Patch Panel
 help / color / mirror / Atom feed
* [spp] [PATCH 0/5] Refactor SPP controller
@ 2018-10-18 11:27 ogawa.yasufumi
  2018-10-18 11:27 ` [spp] [PATCH 1/5] controller: change name of plugins directory ogawa.yasufumi
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: ogawa.yasufumi @ 2018-10-18 11:27 UTC (permalink / raw)
  To: spp, ferruh.yigit, ogawa.yasufumi

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

This series of patches is for misc updates of SPP controller.

* Change the name of directory of dynamically loaded commands. It is
  named as 'command', but ambiguous with 'commands' directory of
  delegator classes. So its name is changed to 'plugins'.

* Terminate SPP controller while launching if spp-ctl is not running
  because spp-ctl must be required for requesting and it is no meaning
  to run just SPP controller.

* Move '.spp_history' to home directory to be referred from any of
  directory.

* Move to the definition of port types to 'spp_common.py'.

* Remove SECONDARY_LIST in 'spp_common.py' because it is not used
  anymore.

Yasufumi Ogawa (5):
  controller: change name of plugins directory
  controller: exit controller if spp-ctl not running
  controller: move spp_history to home directory
  controller: move PORT_TYPES to spp_common
  controller: remove SECONDARY_LIST

 src/controller/commands/topo.py                 | 19 ++++++-------
 src/controller/{command => plugins}/__init__.py |  0
 src/controller/{command => plugins}/hello.py    |  0
 src/controller/shell.py                         | 37 +++++++++++--------------
 src/controller/spp.py                           | 14 ++++++++--
 src/controller/spp_common.py                    | 10 +++----
 src/controller/spp_ctl_client.py                |  6 ++++
 7 files changed, 47 insertions(+), 39 deletions(-)
 rename src/controller/{command => plugins}/__init__.py (100%)
 rename src/controller/{command => plugins}/hello.py (100%)

-- 
2.13.1

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

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-18 11:27 [spp] [PATCH 0/5] Refactor SPP controller ogawa.yasufumi
2018-10-18 11:27 ` [spp] [PATCH 1/5] controller: change name of plugins directory ogawa.yasufumi
2018-10-18 11:27 ` [spp] [PATCH 2/5] controller: exit controller if spp-ctl not running ogawa.yasufumi
2018-10-18 11:27 ` [spp] [PATCH 3/5] controller: move spp_history to home directory ogawa.yasufumi
2018-10-18 11:27 ` [spp] [PATCH 4/5] controller: move PORT_TYPES to spp_common ogawa.yasufumi
2018-10-18 11:27 ` [spp] [PATCH 5/5] controller: remove SECONDARY_LIST 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).