mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
Update feed [ iopsys ] package [ dslmngr ]
-------------------------------------------------------------------------------
* d17c699 Module test and docs updates to get in sync with code
* 9490d1a If stats missing from channel part of dsl stats
* c0af1a4 Added set -e to CI scripts
* 5199acf Update functional-test.sh
-------------------------------------------------------------------------------
commit d17c699c1fc9588303d6da35ac2250903bf17cd8
Author: Jani Juvan <jani.juvan@iopsys.eu>
Date: 2021-03-19 14:55:45 +0000
Module test and docs updates to get in sync with code
Base directory -> /
docs/api/atm.link.md | 12 +-
docs/api/dsl.channel.md | 183 ++++++------
docs/api/dsl.line.md | 295 ++++++++++---------
docs/api/dsl.md | 457 ++++++++++++++++--------------
docs/api/fast.line.md | 205 +++++++-------
docs/api/ptm.link.md | 4 +-
dslmngr.c | 100 +++----
dslmngr.h | 2 +-
dslmngr_nl.c | 2 +-
gitlab-ci/functional-api-test.sh | 5 +-
gitlab-ci/functional-test.sh | 3 +
gitlab-ci/install-dependencies.sh | 2 +-
gitlab-ci/iopsys-supervisord.conf | 2 +-
schemas/ubus/dsl.line_stats.json | 18 +-
test/api/json/atm.link.validation.json | 2 +-
test/api/json/dsl.channel.validation.json | 2 +-
test/api/json/dsl.line.validation.json | 2 +-
test/api/json/fast.line.validation.json | 2 +-
test/api/json/ptm.link.validation.json | 2 +-
test/cmocka/Makefile | 2 +-
test/cmocka/functional_test_dslmngr.c | 20 +-
test/cmocka/unit_test_dslmngr.c | 6 +-
test/cmocka/utils.c | 11 +-
test/files/etc/config/dsl | 7 +
24 files changed, 709 insertions(+), 637 deletions(-)
-------------------------------------------------------------------------------
commit 9490d1ab5f1718dae2bec26fc6a47dd8ea625623
Author: Jani Juvan <jani.juvan@iopsys.eu>
Date: 2021-03-17 17:31:30 +0100
If stats missing from channel part of dsl stats
Base directory -> /
dslmngr.c | 3 +++
1 file changed, 3 insertions(+)
-------------------------------------------------------------------------------
commit c0af1a40adac40d5b27eae15dc49601302365e83
Author: Suru Dissanaike <suru.dissanaike@iopsys.eu>
Date: 2021-03-15 15:01:21 +0000
Added set -e to CI scripts
Base directory -> /
gitlab-ci/functional-api-test.sh | 2 +-
gitlab-ci/unit-test.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
commit 5199acfd0c9bbb2c5c27c82664ad1ffe53915831
Author: Suru Dissanaike <suru.dissanaike@iopsys.eu>
Date: 2021-03-15 14:57:09 +0000
Update functional-test.sh
Base directory -> /
gitlab-ci/functional-test.sh | 1 +
1 file changed, 1 insertion(+)
-------------------------------------------------------------------------------
This commit is contained in:
parent
7a04489b26
commit
31de1fdb65
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ PKG_VERSION:=1.1.0
|
|||
LOCAL_DEV=0
|
||||
ifneq ($(LOCAL_DEV),1)
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_VERSION:=b5475949442eedcb2781d3c71ea5aacfcce19f34
|
||||
PKG_SOURCE_VERSION:=d17c699c1fc9588303d6da35ac2250903bf17cd8
|
||||
PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/dslmngr.git
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
||||
PKG_MIRROR_HASH:=skip
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue