osmo-hlr.git branch neels/subscr_vty updated. 0.0.1-102-gfa4f429

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.

gitosis at osmocom.org gitosis at osmocom.org
Mon Oct 16 13:48:37 UTC 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "UNNAMED PROJECT".

The branch, neels/subscr_vty has been updated
  discards  16cb20b29e8946b68ea208e2ccdbd1f21112d951 (commit)
  discards  db0d30be9d1cce6ecf80652c3d911a7f3d095aff (commit)
  discards  59352173df5bab7d0717c8ecfca3c7173e0919c0 (commit)
  discards  42ac4bbca6013ce647a2e44ef71333179b6bdf00 (commit)
       via  fa4f429d054a07d697236ab14d66e831a8120d3d (commit)
       via  a5aa0bde4873430e22619b9f188d077c9e7432ec (commit)
       via  c10e9c6783dc83eba210617687f7bce1b7a34244 (commit)
       via  b6837e36a34a1e9e7fafea822516e61285e3c09c (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (16cb20b29e8946b68ea208e2ccdbd1f21112d951)
            \
             N -- N -- N (fa4f429d054a07d697236ab14d66e831a8120d3d)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-hlr/commit/?id=fa4f429d054a07d697236ab14d66e831a8120d3d

commit fa4f429d054a07d697236ab14d66e831a8120d3d
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Sun Oct 15 03:24:43 2017 +0200

    replace ctrl_test_runner.py with transcript test_subscriber.ctrl
    
    Use the new osmo_verify_transcript_ctrl.py from osmo-python-tests to completely
    replace current ctrl_test_runner.py with a CTRL interaction transcript.
    
    Add missing EXTRA_DIST entry of test_subscriber.sql.
    
    Depends: osmo-python-tests Id47331009910e651372b9c9c76e12f2e8964cc2c
    Change-Id: Iff93abe370b8f3ecf42082d1d0eaa1fbeca5b122

http://cgit.osmocom.org/osmo-hlr/commit/?id=a5aa0bde4873430e22619b9f188d077c9e7432ec

commit a5aa0bde4873430e22619b9f188d077c9e7432ec
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Sun Oct 15 04:58:50 2017 +0200

    add test_nodes.vty
    
    Automatically picked up by the vty-test target, by file name extension.
    
    Change-Id: I8dba373cee1be954504f79c3305b0111071757e7

http://cgit.osmocom.org/osmo-hlr/commit/?id=c10e9c6783dc83eba210617687f7bce1b7a34244

commit c10e9c6783dc83eba210617687f7bce1b7a34244
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Fri Oct 6 02:59:54 2017 +0200

    implement subscriber vty interface, tests
    
    Implement VTY commands for subscriber manipulation:
    - create / delete subscriber
    - modify MSISDN
    - add/edit/remove 2G and 3G authentication data
    - show by IMSI, MSISDN or DB ID.
    (enable/disable CS/PS and purge/unpurge to follow later.)
    
    Implement VTY unit tests for the new commands using new
    osmo_verify_transcript_vty.py from osmo-python-tests.
    
    Depends: libosmocore I1e94f5b0717b947d2a7a7d36bacdf04a75cb3522
             osmo-python-tests Id47331009910e651372b9c9c76e12f2e8964cc2c
    Change-Id: I42b3b70a0439a8f2e4964d7cc31e593c1f0d7537

-----------------------------------------------------------------------

Summary of changes:
 tests/Makefile.am                                  |  30 +-
 tests/ctrl_test_runner.py                          | 241 -------------
 tests/db/db_test.c                                 |   2 +-
 tests/test_nodes.vty                               | 117 ++++++
 tests/test_subscriber.ctrl                         |  27 ++
 ..._update_show_delete.vty => test_subscriber.vty} |  44 +--
 tests/vty_script_runner.py                         | 399 ---------------------
 tests/vty_test_runner.py                           | 298 ---------------
 8 files changed, 176 insertions(+), 982 deletions(-)
 delete mode 100644 tests/ctrl_test_runner.py
 create mode 100644 tests/test_nodes.vty
 create mode 100644 tests/test_subscriber.ctrl
 rename tests/{test_subscr_create_update_show_delete.vty => test_subscriber.vty} (90%)
 delete mode 100755 tests/vty_script_runner.py
 delete mode 100644 tests/vty_test_runner.py


hooks/post-receive
-- 
UNNAMED PROJECT



More information about the osmocom-commitlog mailing list