[OE-core] [PATCH V3] dpky.py: Adds testcases for dpkg package manager

2017-09-27 Thread libertad . cruz
From: libertad Adds dpkg testcases for testing basic operation functionality for the dpkg packgage manager.Adds new assert function to verify expected results given by the dpkg package. [YOCTO #10063] Signed-off-by: libertad --- meta/lib/oeqa/runtime/cases/dpkg.py | 17 + 1

[OE-core] [PATCH V3] dpky.py: Adds testcases for dpkg package manager

2017-09-27 Thread libertad . cruz
From: libertad Adds dpkg testcases for testing basic operation functionality for the dpkg packgage manager.Adds new assert function to verify expected results given by the dpkg package. [YOCTO #10063] Signed-off-by: libertad --- meta/lib/oeqa/runtime/cases/dpkg.py | 17 + 1

[OE-core] [PATCH V2] dpky.py: Adds testcases for dpkg package manager

2017-09-27 Thread libertad . cruz
From: libertad Adds dpkg testcases for testing basic operation functionality for the dpkg packgage manager.Adds new assert function to verify expected results given by the dpkg package. [YOCTO #10063] Signed-off-by: libertad --- meta/lib/oeqa/runtime/cases/dpkg.py | 17 + 1

[OE-core] [PATCH] devtool.py: update testcase Ids in morty

2017-09-25 Thread libertad . cruz
From: libertad eSDK testcases Ids were modified on testopia, hence there needs to be a change in the devtool script. [YOCTO #11603] Signed-off-by: libertad --- meta/lib/oeqa/sdkext/devtool.py | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/meta/lib/oeqa/sdkex

[OE-core] [PATCH] dpky.py: Adds testcases for dpkg package manager

2017-07-11 Thread libertad . cruz
From: Libertad Cruz Adds dpkg testcases for testing basic operation functionality for the dpkg package manager. [YOCTO #10063] Signed-off-by: Libertad Cruz --- meta/lib/oeqa/runtime/cases/dpkg.py | 52 + 1 file changed, 52 insertions(+) create mode

[OE-core] [PATCH v3] opkg.py: Adds tests for ipk/opkg

2017-07-10 Thread libertad . cruz
From: Libertad Cruz Adds opkg selftest tests cases which exercises basic functional operation of the opkg package manager. [YOCTO #11488] Signed-off-by: Libertad Cruz --- meta/lib/oeqa/runtime/cases/opkg.py | 51 + 1 file changed, 51 insertions(+) create

[OE-core] [PATCH v2] opkg.py Adds tests for ipk/opkg

2017-07-10 Thread libertad . cruz
From: Libertad Cruz Adds opkg selftest tests cases which exercises basic functional operation of the opkg package manager. [YOCTO #11488] Signed-off-by: Libertad Cruz --- meta/lib/oeqa/runtime/cases/opkg.py | 51 + 1 file changed, 51 insertions(+) create

[OE-core] [PATCH] opkg.py Adds tests for ipk/opkg

2017-07-10 Thread libertad . cruz
From: Libertad Cruz Adds opkg selftest tests cases which exercises basic functional operation of the opkg package manager [YOCTO #11488] --- meta/lib/oeqa/runtime/cases/opkg.py | 51 + 1 file changed, 51 insertions(+) create mode 100644 meta/lib/oeqa