Re: live test system

2024-03-17 Thread Paul Spooren
r as a guest? ) QEMU is your friends, so maybe your or someone wants to pick up Haukes work[0] and make it happen. When it comes to Docker the questions is what you want to test. Since Docker uses the host Kernel any changes there aren’t of use. LuCI should work fine, however that’s something you sh

live test system

2024-03-17 Thread Paul D
Maybe others have raised this idea. I won't address potential security issues at the abstract phase (firewalling necessary), but... How about a node which spins up a live openwrt system with the latest luci master with the various PRs that come in? So contributors can see the effect of

Re: [PATCH 20/20] [TEST] TESTING: try separating build from sources

2023-11-16 Thread Elliott Mitchell
In case anyone was wondering, the later patches are marked "WIP" since they hadn't been sufficiently tested. I had run into this a bit ago, but hadn't tracked down the issue. Now that I have, another patch is attached to this message. This is an outright bug in the patch and should be fixed.

[PATCH 20/20] [TEST] TESTING: try separating build from sources

2023-11-14 Thread Elliott Mitchell
Check whether all the spots have been handled. This hasn't been tried in a long while, I doubt I've got everything right. Signed-off-by: Elliott Mitchell --- include/kernel.mk | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/include/kernel.mk b/include/kernel.mk index

[PATCH 2/2] grub2: re-add test module

2023-01-23 Thread Tomasz Maciej Nowak
, but as previously mentioned series[1], there was an error when initrd was hardcoded, instead of testing existence for it and then loading. To remedy this in later the 55b808e0c4be ('x86: image: add test module to bootloader') was commited. Which was later accidentally dropped when grub2 image

Re: [PATCH firewall4 1/2] tests: adapt test to new ICMP print logic

2021-10-24 Thread Jo-Philipp Wich
Hi, merged both patches, thank you! ~ Jo signature.asc Description: OpenPGP digital signature ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[PATCH firewall4 1/2] tests: adapt test to new ICMP print logic

2021-10-24 Thread Thomas Weißschuh
Fixes: 35f5120afcf158e445062fdb5072684ed24d91d0 Signed-off-by: Thomas Weißschuh --- tests/03_rules/04_icmp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/03_rules/04_icmp b/tests/03_rules/04_icmp index 53cee11..834ecc7 100644 --- a/tests/03_rules/04_icmp +++

test

2021-09-11 Thread Nick Dennis
___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[PATCH 1/2] tests: add blob-buffer overflow test

2021-04-23 Thread Zefir Kurtisi
The blob buffer has no limitation in place to prevent buflen to exceed maximum size. This commit adds a test to demonstrate how a blob increases past the maximum allowd size of 16MB. It continuously adds chunks of 64KB and with the 255th one blob_add() returns a valid attribute pointer

[IPQ4019] "PHY 0 single test PSGMII issue happen!" - on FRITZ!BOX 7530

2021-04-04 Thread Enrico Mioso
Hello folks!! I'm seeing these messages on this router, which seems to actually work fine. reporting them justi n case. libphy: ipq4019_mdio: probed ESS reset ok! ESS reset ok! PHY 0 single test PSGMII issue happen! PHY 1 single test PSGMII issue happen! PHY0 test see issue! PHY1 test see issue

Re: [PATCH v1 2/2] libubox: tests: add more blobmsg/json test cases

2021-03-09 Thread Petr Štetiar
Peter Seiderer [2021-03-09 21:44:21]: Hi, > /* u8 is converted to boolean (true: all values != 0/false: value 0) in > json */ ok, makes sense, merged[1], thanks! 1. https://git.openwrt.org/551d75b5662cccd0466b990d58136bdf799a804d Cheers, Petr

Re: [PATCH v1 2/2] libubox: tests: add more blobmsg/json test cases

2021-03-09 Thread Peter Seiderer
> > > + [*] blobmsg from json/cast_s64: > > ... > > > + int8_max: 1 > > + int8_min: 1 As stated/hidden in the test case source code: /* u8 is converted to boolean (true: all values != 0/false: value 0) in json */ See [1] from the libubox source code...

Re: [PATCH v1 2/2] libubox: tests: add more blobmsg/json test cases

2021-03-07 Thread Petr Štetiar
Peter Seiderer [2021-03-06 11:54:50]: Hi, nice, just a small nitpicks, these seems fine: > + int8_max: 127 > + int8_min: -128 ... but the outputs bellow looks suspicious: > + [*] blobmsg from json: ... > + int8_max: 1 > + int8_min: 1 ... > + [*] blobmsg from json/cast_u64: ... >

[PATCH v1 2/2] libubox: tests: add more blobmsg/json test cases

2021-03-06 Thread Peter Seiderer
* add mixed int/double tests * add blobmsg_cast_u64/blobmsg_cast_s64 tests Signed-off-by: Peter Seiderer --- tests/cram/test_blobmsg_types.t | 82 +++ tests/test-blobmsg-types.c | 371 2 files changed, 453 insertions(+) create mode 100644 tests/cram

[PATCH v2] generic: platform/mikrotik: fix incorrect test

2020-08-18 Thread Thibaut VARÈNE
The test is meant to check the result of the preceding kmalloc() Signed-off-by: Thibaut VARÈNE --- .../generic/files/drivers/platform/mikrotik/rb_hardconfig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/generic/files/drivers/platform/mikrotik

Re: [PATCH] generic: platform/mikrotik: fix incorrect test

2020-08-18 Thread Thibaut
lists.openwrt.org >> Cc: Thibaut VARÈNE >> Subject: [PATCH] generic: platform/mikrotik: fix incorrect test > > And to be merged, this needs a commit message. The commit message is the commit title. I didn’t expect this to be a problem, as evidenced by 6bdd4c967b or 072c5876c

Re: [PATCH] generic: platform/mikrotik: fix incorrect test

2020-08-18 Thread Thibaut
Hi, This patch also targets 19.07: please cherry pick when merged. Thibaut ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[PATCH] generic: platform/mikrotik: fix incorrect test

2020-08-18 Thread Thibaut VARÈNE
Signed-off-by: Thibaut VARÈNE --- .../generic/files/drivers/platform/mikrotik/rb_hardconfig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/generic/files/drivers/platform/mikrotik/rb_hardconfig.c

RE: [PATCH] generic: platform/mikrotik: fix incorrect test

2020-08-18 Thread Adrian Schmutzler
> -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] > On Behalf Of Thibaut VARÈNE > Sent: Dienstag, 18. August 2020 11:02 > To: openwrt-devel@lists.openwrt.org > Cc: Thibaut VARÈNE > Subject: [PATCH] generic: platform/mikroti

RE: [PATCH] generic: platform/mikrotik: fix incorrect test

2020-08-18 Thread Adrian Schmutzler
> -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] > On Behalf Of Thibaut VARÈNE > Sent: Dienstag, 18. August 2020 11:02 > To: openwrt-devel@lists.openwrt.org > Cc: Thibaut VARÈNE > Subject: [PATCH] generic: platform/mikroti

Re: [OpenWrt-Devel] [PATCH] prereq-build: test for perl's Data::Dumper

2020-04-17 Thread Rosen Penev
On Sun, Mar 29, 2020 at 6:13 PM Rosen Penev wrote: > > Required for installation of autoconf: > > make[5]: Entering directory `/openwrt/build_dir/host/autoconf-2.69' > Making all in bin > make[6]: Entering directory `/openwrt/build_dir/host/autoconf-2.69/bin' > autom4te_perllibdir='..'/lib

[OpenWrt-Devel] [PATCH] prereq-build: test for perl's Data::Dumper

2020-03-29 Thread Rosen Penev
Required for installation of autoconf: make[5]: Entering directory `/openwrt/build_dir/host/autoconf-2.69' Making all in bin make[6]: Entering directory `/openwrt/build_dir/host/autoconf-2.69/bin' autom4te_perllibdir='..'/lib AUTOM4TE_CFG='../lib/autom4te.cfg' ../bin/autom4te -B '..'/lib -B

[OpenWrt-Devel] [PATCH libubox 2/4] tests: blobmsg/json: add more test cases

2020-01-12 Thread Petr Štetiar
* add missing test with sanitizers * add test case for blobmsg_add_json_from_string * add test cases for all numeric types * print types for each variable Signed-off-by: Petr Štetiar --- tests/cram/test_blobmsg.t | 255 +++--- tests/test-blobmsg.c | 47

[OpenWrt-Devel] [PATCH libubox 13/20] tests: add test cases for blobmsg parsing

2019-12-19 Thread Petr Štetiar
Increasing test coverage. Signed-off-by: Petr Štetiar --- tests/cram/test_blobmsg_parse.t | 65 + tests/test-blobmsg-parse.c | 74 + 2 files changed, 139 insertions(+) create mode 100644 tests/cram/test_blobmsg_parse.t create

[OpenWrt-Devel] [PATCH libubox 06/20] tests: add test cases for blob parsing

2019-12-19 Thread Petr Štetiar
Increasing test coverage. Signed-off-by: Petr Štetiar --- tests/cram/inputs/invalid.ucert | Bin 0 -> 362 bytes tests/cram/inputs/key-build.ucert | Bin 0 -> 356 bytes tests/cram/test_blob_parse.t | 76 + tests/test-blob-parse.c

[OpenWrt-Devel] [PATCH libubox 12/20] test: fuzz: add blobmsg_check_attr crashes

2019-12-19 Thread Petr Štetiar
==31775==ERROR: AddressSanitizer: SEGV on unknown address 0x604000a7c715 ==31775==The signal is caused by a READ memory access. #0 blobmsg_check_attr blobmsg.c:48:6 #1 blobmsg_parse_array blobmsg.c:118:8 #2 fuzz_blobmsg_parse test-blobmsg-parse-fuzzer.c:35:2 Signed-off-by: Petr

[OpenWrt-Devel] [PATCH libubox 07/20] test: fuzz: add blob_parse crashes

2019-12-19 Thread Petr Štetiar
==5872==ERROR: AddressSanitizer: SEGV on unknown address 0x6020004100b4 ==5872==The signal is caused by a READ memory access. #0 blob_data blob.h #1 blob_parse blob.c:228:2 Signed-off-by: Petr Štetiar --- .../crash-1b8fb1be45db3aff7699100f497fb74138f3df4f | Bin 0 -> 6 bytes

[OpenWrt-Devel] test

2019-12-19 Thread ole . m . janssen
___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] test

2019-12-19 Thread Edgar Soldin
___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH uci 3/5] tests: cram: Lua: add test case for uci_get_errorstr

2019-12-07 Thread Petr Štetiar
In order to extend test coverage and help testing refactoring. Signed-off-by: Petr Štetiar --- tests/cram/config/broken | 1 + tests/cram/lua/basic.lua | 2 ++ tests/cram/test_ucilua.t | 1 + 3 files changed, 4 insertions(+) create mode 100644 tests/cram/config/broken diff --git a/tests/cram

[OpenWrt-Devel] [PATCH uci 01/18] test: move shunit2 tests under standalone subdirectory

2019-11-04 Thread Petr Štetiar
So we could start adding other tests as well. While at it rename the parent directory from test to the more common tests name. Signed-off-by: Petr Štetiar --- .gitignore | 2 +- {test => tests/shunit2}/Makef

Re: [OpenWrt-Devel] [PATCH] uci: test: use valgrind to detect memory corruptions

2019-05-17 Thread Sven Eckelmann
On Friday, 17 May 2019 11:44:25 CEST Charlemagne Lasse wrote: > uci is currently a highly problematic software and its library & lua > bindings cannot be used without corrupting or leaking memory heap-use-after-free - yes. But I cannot find the memory leak report/test. This is

[OpenWrt-Devel] [PATCH] uci: test: use valgrind to detect memory corruptions

2019-05-17 Thread Charlemagne Lasse
tual memory region away after its finished. To notice such problems faster, start the uci testsuite with the valgrind memory checker. Signed-off-by: Charlemagne Lasse --- Bug report: https://bugs.openwrt.org/index.php?do=details_id=2288 test/tests.sh | 6 -- 1 file changed, 4 insertions(+

[OpenWrt-Devel] [PATCH] x86: image: add test module to bootloader

2019-01-13 Thread Tomasz Maciej Nowak
is needed for early microcode load and transition to this needs to be done step by step, enable the test module now, so that every newly created image has it already embedded. Signed-off-by: Tomasz Maciej Nowak --- target/linux/x86/image/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2

Re: [OpenWrt-Devel] ar71xx with kernel 4.14 - a few test results

2018-08-23 Thread Tom Psyborg
OK, which AP and client devices you used while doing that test? On 23 August 2018 at 16:08, Dirk Brenken wrote: > > Hi Tom, > > I haven't run any special/formal speed tests, just one speedtest.net > measurement with "usual" 209 Mbps Download and 9.9 Mbps Upload > (U

Re: [OpenWrt-Devel] ar71xx with kernel 4.14 - a few test results

2018-08-23 Thread Dmitry Tunin
> A bit off-topic, but what does OF stand for ? > (that legacy code does not use DT is known). > OF stands for Open Firmware. It doesn't use the DT, but the code is still there in many cases. It is not cut out by prerocessor in many cases. ___

Re: [OpenWrt-Devel] ar71xx with kernel 4.14 - a few test results

2018-08-23 Thread Paul Oranje
Op 23 aug. 2018, om 16:15 heeft Dmitry Tunin het volgende geschreven: > I think the kernel became so big because of the extra code related to > building both OF and legacy code in many palaces. A bit off-topic, but what does OF stand for ? (that legacy code does not use DT is known).

Re: [OpenWrt-Devel] ar71xx with kernel 4.14 - a few test results

2018-08-23 Thread Dmitry Tunin
> There are other shortcomings along with upgraded kernel e.g. the > kernel is getting so big that we may not be able to use 4M flash with > even just basic functions of a router in a near future. > (I remember that someone successfully fit USB support and Samba into > 4M flash using OpenWrt

Re: [OpenWrt-Devel] ar71xx with kernel 4.14 - a few test results

2018-08-23 Thread Dirk Brenken
On Do, 2018-08-23 at 14:36 +0200, Tom Psyborg wrote: > Hi Dirk > > You say: "works quite fine, both radios are available, > no issues at all" > > but no feedback on how it actually performs... > > From my test I got throughput of 215Mbps on 2.4GHz wifi

Re: [OpenWrt-Devel] ar71xx with kernel 4.14 - a few test results

2018-08-23 Thread Chuanhong Guo
Hi! Tom Psyborg 于2018年8月23日周四 下午8:36写道: > > Hi Dirk > > You say: "works quite fine, both radios are available, > no issues at all" > > but no feedback on how it actually performs... > > From my test I got throughput of 215Mbps on 2.4GHz wifi with 4.9 &g

Re: [OpenWrt-Devel] ar71xx with kernel 4.14 - a few test results

2018-08-23 Thread Tom Psyborg
Hi Dirk You say: "works quite fine, both radios are available, no issues at all" but no feedback on how it actually performs... From my test I got throughput of 215Mbps on 2.4GHz wifi with 4.9 After upgraded to 4.14 the throughput dropped to 185-190Mbps. same device same settings a

Re: [OpenWrt-Devel] ar71xx with kernel 4.14 - a few test results

2018-08-23 Thread John Crispin
On 23/08/18 11:34, Dirk Brenken wrote: Hi, I've tested two router with latest master & kernel 4.14 (OpenWrt SNAPSHOT, r7906-7e73e9128f) - TP-Link RE-450v1 => works quite fine, both radios are available, no issues at all - GL-AR750 => 2,4G works OK, 5G is no longer available, e.g. default

[OpenWrt-Devel] ar71xx with kernel 4.14 - a few test results

2018-08-23 Thread Dirk Brenken
Hi, I've tested two router with latest master & kernel 4.14 (OpenWrt SNAPSHOT, r7906-7e73e9128f) - TP-Link RE-450v1 => works quite fine, both radios are available, no issues at all - GL-AR750 => 2,4G works OK, 5G is no longer available, e.g. default wifi configuration via 'wifi config' kernel

[OpenWrt-Devel] automated hardware test setup

2018-08-13 Thread Alexander Couzens
which will cover the setup to allow replicating the whole setup or parts of it. It's possible to contribute to the setup by adding tests or devices. To get the project started, I'll start integrating 1 or 2 devices of an architecture. While write test cases. Later on I'll create a dashboard

test

2018-05-17 Thread David Woodhouse
test ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org http://lists.infradead.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [LEDE-DEV] Test results of OpenWrt 15.05.1 according to BSI test concept for home routers

2017-04-27 Thread Nemesis
nd-Router (DSL-, Kabel-, SOHO-, CE-, CPE-Router, >> IADs)" (English: Test concept for broadband routers). This test concept >> is only available in German and most chapters are published in the >> public by the BSI, chapter 4 and 5 are only available after signing a &g

Re: [OpenWrt-Devel] Test results of OpenWrt 15.05.1 according to BSI test concept for home routers

2017-04-26 Thread Eric Schultz
On 04/08/2017 11:38 AM, Hauke Mehrtens wrote: > The German Bundesamt für Sicherheit in der Informationstechnik (short: > BSI, English: Federal Office for Information Security) published a > "Testkonzept für Breitband-Router (DSL-, Kabel-, SOHO-, CE-, CPE-Router, > IADs)"

Re: [OpenWrt-Devel] [PATCH 3/3] lantiq: ltq-deu: Remove the "DEU test manager"

2016-01-17 Thread Felix Fietkau
On 2016-01-11 15:25, Martin Blumenstingl wrote: > Remove the "DEU test manager" code which has not been used for more than > two years (as the kernel module is not installed anymore since > aa65888e08ec7279cfecc24c5bfe71cf9a016b91). > This fixes compilation on ker

[OpenWrt-Devel] [PATCH 3/3] lantiq: ltq-deu: Remove the "DEU test manager"

2016-01-11 Thread Martin Blumenstingl
Remove the "DEU test manager" code which has not been used for more than two years (as the kernel module is not installed anymore since aa65888e08ec7279cfecc24c5bfe71cf9a016b91). This fixes compilation on kernel 4.3 (which removes aead_request_set_assoc) and newer. Signed-off-

[OpenWrt-Devel] Just open-sourced our OpenWrt Router test framework

2015-08-25 Thread Michael Anderson
, and report results. We needed to use it with continuous integration software like Jenkins so that we could test new code changes to router software before they are merged. So, we started this project two years ago, it's grown quite a bit, and it's been fantastic at catching kernel panics, memory leaks

Re: [OpenWrt-Devel] Broken GCC 4.9 (and 5.2) on ARM - asking for review/test

2015-08-21 Thread John Szakmeister
On Thu, Aug 20, 2015 at 6:57 AM, Jonas Gorski j...@openwrt.org wrote: Hi, On Thu, Aug 20, 2015 at 11:40 AM, Dirk Neukirchen dirkneukirc...@web.de wrote: GCC 4.9 was marked BROKEN with r46089. Recently GCC 5.2 was added (marked as broken too) commit msg: toolchain: mark gcc 4.9 as

[OpenWrt-Devel] Broken GCC 4.9 (and 5.2) on ARM - asking for review/test

2015-08-20 Thread Dirk Neukirchen
GCC 4.9 was marked BROKEN with r46089. Recently GCC 5.2 was added (marked as broken too) commit msg: toolchain: mark gcc 4.9 as broken, it miscompiles some code especially on ARM Looking through some GCC 5 serious regressions I found: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65932 I

Re: [OpenWrt-Devel] Broken GCC 4.9 (and 5.2) on ARM - asking for review/test

2015-08-20 Thread Jonas Gorski
Hi, On Thu, Aug 20, 2015 at 11:40 AM, Dirk Neukirchen dirkneukirc...@web.de wrote: GCC 4.9 was marked BROKEN with r46089. Recently GCC 5.2 was added (marked as broken too) commit msg: toolchain: mark gcc 4.9 as broken, it miscompiles some code especially on ARM Looking through some GCC

[OpenWrt-Devel] [PATCH 2/3] prereq-build: use HOST* variables to test host compiler

2015-07-21 Thread Lawrence D'Anna
We might need HOST_CPPFLAGS and HOST_LDFLAGS to find libraries. --- include/prereq-build.mk | 28 +--- 1 file changed, 9 insertions(+), 19 deletions(-) diff --git a/include/prereq-build.mk b/include/prereq-build.mk index 53eac37..6c8cbf1 100644 ---

Re: [OpenWrt-Devel] OpenWrt Specific Linux Test Project Required

2015-06-11 Thread Dirk Neukirchen
On 11.06.2015 14:16, Anindya Sundar Gayen wrote: Linux Test Project I never heard of that before. Can you clarify ? ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] OpenWrt Specific Linux Test Project Required

2015-06-11 Thread Anindya Sundar Gayen
Dear Team, Can you please specify where I `ll get the OpenWrt 14.07 specific Linux Test Project. Thanks regards, Anindya Sundar Gayen Contact | 7842753740 ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org

[OpenWrt-Devel] OpenWrt Specific Linux Test Project Required

2015-06-04 Thread Anindya Sundar Gayen
Dear Team, Can you please specify where I `ll get the OpenWrt 14.07 specific Linux Test Project. Thanks regards, Anindya Sundar Gayen Contact | 7842753740 ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org

[OpenWrt-Devel] [PATCH 4/4] tests: add test case for parsing long option values.

2015-05-25 Thread Yousong Zhou
Signed-off-by: Yousong Zhou yszhou4t...@gmail.com --- test/tests.d/070_revert | 19 +++ 1 file changed, 19 insertions(+) diff --git a/test/tests.d/070_revert b/test/tests.d/070_revert index 6035f6f..fc9f5f3 100644 --- a/test/tests.d/070_revert +++ b/test/tests.d/070_revert

[OpenWrt-Devel] [PATCH 1/2] tests: add test coverage for comment lines within batch commands.

2015-04-09 Thread yszhou4tech
From: Yousong Zhou yszhou4t...@gmail.com Signed-off-by: Yousong Zhou yszhou4t...@gmail.com --- test/references/batch_comments.result |9 + test/tests.d/060_batch| 26 ++ 2 files changed, 35 insertions(+) create mode 100644 test/references

[OpenWrt-Devel] [PATCH 1/2] tests: add test coverage for uci export with -P option.

2015-04-01 Thread Yousong Zhou
- With uci -P xxx/ export, changes in xxx/ should be applied last. - With uci -p xxx/ commit, changes in xxx/ should be applied before ctx-savedir. Signed-off-by: Yousong Zhou yszhou4t...@gmail.com --- test/references/cli.options.delta.commit.result |5 + test/references

[OpenWrt-Devel] [PATCH 1/2] tests: add test cases for -P and -p options.

2015-03-31 Thread Yousong Zhou
--- test/references/options.delta.result |5 + test/tests.d/090_cli_options | 38 ++ 2 files changed, 43 insertions(+) create mode 100644 test/references/options.delta.result create mode 100644 test/tests.d/090_cli_options diff --git a/test

[OpenWrt-Devel] [PATCH v2 1/3] testenv: test for exit status of uci export.

2015-03-17 Thread Yousong Zhou
Signed-off-by: Yousong Zhou yszhou4t...@gmail.com --- test/tests.d/010_export |8 1 file changed, 8 insertions(+) diff --git a/test/tests.d/010_export b/test/tests.d/010_export index 259f988..584bcc8 100644 --- a/test/tests.d/010_export +++ b/test/tests.d/010_export @@ -1,6 +1,14

[OpenWrt-Devel] [PATCH 1/3] testenv: test for exit status of uci export.

2015-03-07 Thread Yousong Zhou
Signed-off-by: Yousong Zhou yszhou4t...@gmail.com --- test/tests.d/010_export | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/test/tests.d/010_export b/test/tests.d/010_export index 259f988..beb0f6c 100644 --- a/test/tests.d/010_export +++ b/test/tests.d

Re: [OpenWrt-Devel] looking for at91 test hardware

2015-02-16 Thread Owen Kirby
boards with the ATSAMA5D3, but if you would like I would be more than happy to send you a couple of the Atmel eval boards and some of our Q70 units to test images on. Cheers, Owen On 15-02-15 11:42 PM, John Crispin wrote: Hi, does anyone have one of these - http://www.atmel.com/tools/ATSAMA5D3

Re: [OpenWrt-Devel] looking for at91 test hardware

2015-02-16 Thread Nicolas FERRE
John Crispin blogic at openwrt.org writes: Hi, does anyone have one of these - http://www.atmel.com/tools/ATSAMA5D3-XPLD.aspx that he wants to donate so that i have something to test at91 images on Hi Josh, Of course, I can surely do something for you ;-) Let's arrange the shipment

Re: [OpenWrt-Devel] looking for at91 test hardware

2015-02-16 Thread John Crispin
On 16/02/2015 11:52, Nicolas FERRE wrote: John Crispin blogic at openwrt.org writes: Hi, does anyone have one of these - http://www.atmel.com/tools/ATSAMA5D3-XPLD.aspx that he wants to donate so that i have something to test at91 images on Hi Josh, Of course, I can surely do

[OpenWrt-Devel] Please test ep93xx with kernel 3.14

2014-12-29 Thread Hauke Mehrtens
I added support for kernel 3.14 for the ep93xx target [0] in trunk, but I do not have any hardware to test this, the commit was only compile tested. If you have some hardware that is supported by the ep93xx target please build an image with kernel 3.14 and test it on your device. If this image

[OpenWrt-Devel] Please test mpc52xx with kernel 3.14

2014-12-29 Thread Hauke Mehrtens
I added support for kernel 3.14 for the mpc52xx target [0] in trunk, but I do not have any hardware to test this, the commit was only compile tested. If you have some hardware that is supported by the mpc52xx target please build an image with kernel 3.14 and test it on your device. If this image

[OpenWrt-Devel] Please test mpc83xx with kernel 3.14

2014-12-29 Thread Hauke Mehrtens
I added support for kernel 3.14 for the mpc83xx target [0] in trunk, but I do not have any hardware to test this, the commit was only compile tested. If you have some hardware that is supported by the mpc83xx target please build an image with kernel 3.14 and test it on your device. If this image

[OpenWrt-Devel] [PATCH v2 02/16] Fix memory leaks found by using valgrind on test cases.

2014-12-17 Thread Yousong Zhou
Signed-off-by: Yousong Zhou yszhou4t...@gmail.com --- cli.c |8 ++-- list.c |2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/cli.c b/cli.c index 6fbbfe9..554 100644 --- a/cli.c +++ b/cli.c @@ -360,6 +360,7 @@ static int uci_do_package_cmd(int cmd, int argc,

[OpenWrt-Devel] [PATCH v2 07/16] tests: add more test coverage for `uci show' command.

2014-12-17 Thread Yousong Zhou
Signed-off-by: Yousong Zhou yszhou4t...@gmail.com --- test/references/show_parsing_multiline.data| 20 + .../show_parsing_multiline_option.result | 12 .../show_parsing_multiline_package.result | 18

[OpenWrt-Devel] [PATCH v2 08/16] tests: add test coverage for `uci batch' command.

2014-12-17 Thread Yousong Zhou
Signed-off-by: Yousong Zhou yszhou4t...@gmail.com --- test/references/batch_set.result |9 + test/tests.d/060_batch | 17 + 2 files changed, 26 insertions(+) create mode 100644 test/references/batch_set.result create mode 100644 test/tests.d/060_batch

[OpenWrt-Devel] [PATCH v2 09/16] tests: add test coverage for `uci revert' command.

2014-12-17 Thread Yousong Zhou
Signed-off-by: Yousong Zhou yszhou4t...@gmail.com --- test/references/revert_option.result |3 +++ test/references/revert_option_multiline.result |2 ++ test/tests.d/070_revert| 28 3 files changed, 33 insertions(+) create

[OpenWrt-Devel] [PATCH v2 10/16] tests: add test coverage for uci list related commands.

2014-12-17 Thread Yousong Zhou
Signed-off-by: Yousong Zhou yszhou4t...@gmail.com --- test/references/add_list_changes.result |4 ++ test/references/add_list_config.result |6 +++ test/references/add_list_show.result |3 ++ test/references/del_list_config.result |5

[OpenWrt-Devel] [PATCH 03/12] tests: add more test coverage for `uci show' command.

2014-12-15 Thread Yousong Zhou
Signed-off-by: Yousong Zhou yszhou4t...@gmail.com --- test/references/show_parsing_multiline.data| 20 + .../show_parsing_multiline_option.result | 12 .../show_parsing_multiline_package.result | 18

[OpenWrt-Devel] [PATCH 04/12] tests: add test coverage for `uci batch' command.

2014-12-15 Thread Yousong Zhou
Signed-off-by: Yousong Zhou yszhou4t...@gmail.com --- test/references/batch_set.result |9 + test/tests.d/060_batch | 17 + 2 files changed, 26 insertions(+) create mode 100644 test/references/batch_set.result create mode 100644 test/tests.d/060_batch

[OpenWrt-Devel] [PATCH 05/12] tests: add test coverage for `uci revert' command.

2014-12-15 Thread Yousong Zhou
Signed-off-by: Yousong Zhou yszhou4t...@gmail.com --- test/references/revert_option.result |3 +++ test/references/revert_option_multiline.result |2 ++ test/tests.d/070_revert| 28 3 files changed, 33 insertions(+) create

[OpenWrt-Devel] [PATCH 06/12] tests: add test coverage for uci list related commands.

2014-12-15 Thread Yousong Zhou
Signed-off-by: Yousong Zhou yszhou4t...@gmail.com --- test/references/add_list_changes.result |4 ++ test/references/add_list_config.result |6 +++ test/references/add_list_show.result |3 ++ test/references/del_list_config.result |5

Re: [OpenWrt-Devel] request for ar7 test hw / 3.14 testing

2014-12-11 Thread Jonas Gorski
Hi, On Mon, Dec 8, 2014 at 7:19 AM, John Crispin blo...@openwrt.org wrote: Hi, also if anyone feels like testing the 3.14 i would appreciate the effort. Flashed it onto my WAG354G, and it booted through with the expected module load issue of acx-mac80211, and an unexpected watchdog

Re: [OpenWrt-Devel] request for ar7 test hw / 3.14 testing

2014-12-11 Thread John Crispin
On 11/12/2014 20:08, Jonas Gorski wrote: procd: WDT failed to write: Bad file descriptor this is a bug in procd. i have a fix staged already and will push it tomorrow with 2 other fixes John ___ openwrt-devel mailing list

Re: [OpenWrt-Devel] request for ar7 test hw / 3.14 testing

2014-12-11 Thread Jonas Gorski
On Thu, Dec 11, 2014 at 8:39 PM, John Crispin blo...@openwrt.org wrote: On 11/12/2014 20:08, Jonas Gorski wrote: procd: WDT failed to write: Bad file descriptor this is a bug in procd. i have a fix staged already and will push it tomorrow with 2 other fixes Great, thanks for the heads up.

Re: [OpenWrt-Devel] request for ar7 test hw / 3.14 testing

2014-12-11 Thread John Crispin
other fixes Great, thanks for the heads up. I just pushed a fix/workaround for the mac-acx80211 loading issue. Jonas thanks, i think we fixed most of the left over fallout today and tonights CC test build should yield good results which puts us on track for a Christmas Calmer

Re: [OpenWrt-Devel] request for ar7 test hw / 3.14 testing

2014-12-09 Thread Weedy
U, I've never uses gpg but I feel like your MTC shouldn't be attaching your private key. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] request for ar7 test hw / 3.14 testing

2014-12-08 Thread Sami Olmari
Not to be stupid, but how new device would do? I might have some age old ZyXEL P660-H hardware lying around our hackerspace for nothing, but old they are indeed :) Sami Olmari On Dec 8, 2014 8:19 AM, John Crispin blo...@openwrt.org wrote: Hi, i just bumped ar7, it is only compile tested. i

Re: [OpenWrt-Devel] request for ar7 test hw / 3.14 testing

2014-12-08 Thread heini66
several older avm boxes laying arround. if yo want one or more, pm me. 2014-12-08 22:33 GMT+01:00 Sami Olmari s...@olmari.fi: Not to be stupid, but how new device would do? I might have some age old ZyXEL P660-H hardware lying around our hackerspace for nothing, but old they are indeed :)

[OpenWrt-Devel] request for ar7 test hw / 3.14 testing

2014-12-07 Thread John Crispin
Hi, i just bumped ar7, it is only compile tested. i tried getting my hands on ar7 hw, managed to get 2 boards. one does not power up and the other one has a uart connector welded and not soldered to it and fails to give stable serial output. does anyone have a working ar7 board that they want to

[OpenWrt-Devel] [PATCH] octeon: sysupgrade: fix test for rootfs device

2014-12-04 Thread Stijn Tintel
Signed-off-by: Stijn Tintel st...@linux-ipv6.be --- target/linux/octeon/base-files/lib/upgrade/platform.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/octeon/base-files/lib/upgrade/platform.sh b/target/linux/octeon/base-files/lib/upgrade/platform.sh index

[OpenWrt-Devel] [PATCH 1/3] octeon: sysupgrade: fix test for rootfs device

2014-12-04 Thread Stijn Tintel
Signed-off-by: Stijn Tintel st...@linux-ipv6.be --- target/linux/octeon/base-files/lib/upgrade/platform.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/octeon/base-files/lib/upgrade/platform.sh b/target/linux/octeon/base-files/lib/upgrade/platform.sh index

[OpenWrt-Devel] [PATCH 1/4] Drop test cases for deprecated ucimap-example.

2014-11-24 Thread Yousong Zhou
Signed-off-by: Yousong Zhou yszhou4t...@gmail.com --- test/tests.d/060-ucimap_example |9 - 1 file changed, 9 deletions(-) delete mode 100644 test/tests.d/060-ucimap_example diff --git a/test/tests.d/060-ucimap_example b/test/tests.d/060-ucimap_example deleted file mode 100644

[OpenWrt-Devel] [PATCH 2/4] Sync ref test result with current implementation.

2014-11-24 Thread Yousong Zhou
Signed-off-by: Yousong Zhou yszhou4t...@gmail.com --- test/references/export.result | 10 +- test/references/import.result |8 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/test/references/export.result b/test/references/export.result index 957e687

[OpenWrt-Devel] [PATCH 4/4] Add test coverage for multi-line option value.

2014-11-24 Thread Yousong Zhou
Signed-off-by: Yousong Zhou yszhou4t...@gmail.com --- test/references/add_section.result |2 +- test/references/export.data|7 ++- test/references/export.result |5 + test/references/get_multiline.data

[OpenWrt-Devel] please test target au1000 and gemini with kernel 3.10

2014-07-06 Thread Hauke Mehrtens
I pushed the au1000 and gemini target to kernel 3.10 because all older kernel versions are not supported any more in trunk. I do *not* have a device to test this, these new kernel versions are untested on these boards. If someone owns a Cortina Systems CS351x or a RMI/AMD AU1x00 board please

Re: [OpenWrt-Devel] please test target au1000 and gemini with kernel 3.10

2014-07-06 Thread Roman Yeryomin
On 6 July 2014 21:34, Hauke Mehrtens ha...@hauke-m.de wrote: I pushed the au1000 and gemini target to kernel 3.10 because all older kernel versions are not supported any more in trunk. I do *not* have a device to test this, these new kernel versions are untested on these boards. If someone

Re: [OpenWrt-Devel] please test target au1000 and gemini with kernel 3.10

2014-07-06 Thread Hauke Mehrtens
On 07/06/2014 10:10 PM, Roman Yeryomin wrote: On 6 July 2014 21:34, Hauke Mehrtens ha...@hauke-m.de wrote: I pushed the au1000 and gemini target to kernel 3.10 because all older kernel versions are not supported any more in trunk. I do *not* have a device to test this, these new kernel

Re: [OpenWrt-Devel] please test target au1000 and gemini with kernel 3.10

2014-07-06 Thread Roman Yeryomin
do *not* have a device to test this, these new kernel versions are untested on these boards. If someone owns a Cortina Systems CS351x or a RMI/AMD AU1x00 board please build OpenWrt for this target with kernel 3.10.44 activated and test it on your device and report back. When someone confirms

[OpenWrt-Devel] please test target mpc52xx and mpc83xx with kernel 3.10

2014-07-06 Thread Hauke Mehrtens
On 07/06/2014 08:34 PM, Hauke Mehrtens wrote: I pushed the au1000 and gemini target to kernel 3.10 because all older kernel versions are not supported any more in trunk. I do *not* have a device to test this, these new kernel versions are untested on these boards. If someone owns a Cortina

[OpenWrt-Devel] [PATCH] Add cable testing support for ar8327. A cable test can take some time. swconfig dev switch0 port 1 set cabletest 1 # start swconfig dev switch0 port 1 get cabletest # get resul

2013-08-13 Thread Alexander Couzens
); + for (pair = 0; pair 4; pair++) { + writes = pair AR8327_CBLTEST_CTRL_SELECT_BIT; + bus-write(bus, phy, AR8327_MII_CBLTEST_CTRL, +pair AR8327_CBLTEST_CTRL_SELECT_BIT); + + /* check for a still running test

[OpenWrt-Devel] [PATCH] [packages] tinc: init: useless directory existence test

2013-03-20 Thread Alessio Caiazza
From: Alessio Caiazza nol...@abisso.org Currently tinc init script will delete the generated configuration folder and then check if it will not exists in order to create it. This patch will first check if the generated configuration folder exists and then delete it, after that it will always

Re: [OpenWrt-Devel] [PATCH] [packages] libjpeg-turbo: add package for test utils, move appropriate targets there

2013-02-18 Thread Florian Fainelli
On 01/19/2013 08:09 PM, Russell Senior wrote: Trying to figure out where jpeggut came from, found a) that it was a typo and b) that it was renamed in r643 from jpegut to tjunittest. In the same revision, jpegtest became tjbench, and later in r733, jcstest was added to test jpeg color space

[OpenWrt-Devel] [PATCH] [packages] libjpeg-turbo: add package for test utils, move appropriate targets there

2013-01-19 Thread Russell Senior
Trying to figure out where jpeggut came from, found a) that it was a typo and b) that it was renamed in r643 from jpegut to tjunittest. In the same revision, jpegtest became tjbench, and later in r733, jcstest was added to test jpeg color space extentions. Since these tools will only

  1   2   >