All of lore.kernel.org
 help / color / mirror / Atom feed
* [cip-dev] [PATCH 1/3] cip-core-image-test: Add recipe
@ 2020-08-04 13:47 Nobuhiro Iwamatsu
  2020-08-04 13:47 ` [cip-dev] [PATCH 2/3] customizations: Remove rt-tests and stress-ng from DEBIAN_DEPENDS Nobuhiro Iwamatsu
  2020-08-04 13:47 ` [cip-dev] [PATCH 3/3] testing: Add test.yml Nobuhiro Iwamatsu
  0 siblings, 2 replies; 3+ messages in thread
From: Nobuhiro Iwamatsu @ 2020-08-04 13:47 UTC (permalink / raw)
  To: cip-dev; +Cc: Nobuhiro Iwamatsu

[-- Attachment #1: Type: text/plain, Size: 946 bytes --]

This recipe provides an image for testing.
If use this, it will create an image containing LTP(ltp-full), rt-tests and stress-ng.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
---
 recipes-core/images/cip-core-image-test.bb | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 recipes-core/images/cip-core-image-test.bb

diff --git a/recipes-core/images/cip-core-image-test.bb b/recipes-core/images/cip-core-image-test.bb
new file mode 100644
index 0000000..e2b15fc
--- /dev/null
+++ b/recipes-core/images/cip-core-image-test.bb
@@ -0,0 +1,18 @@
+#
+# CIP Core, generic profile
+#
+# Copyright (c) Siemens AG, 2019
+#
+# Authors:
+#  Jan Kiszka <jan.kiszka@siemens.com>
+#
+# SPDX-License-Identifier: MIT
+#
+#
+inherit dpkg-raw
+require cip-core-image.bb
+
+DESCRIPTION = "CIP Core image including test packages"
+
+IMAGE_INSTALL += "ltp-full"
+DEBIAN_DEPENDS += "rt-tests, stress-ng"
-- 
2.27.0


[-- Attachment #2: Type: text/plain, Size: 419 bytes --]

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#5093): https://lists.cip-project.org/g/cip-dev/message/5093
Mute This Topic: https://lists.cip-project.org/mt/75986990/4520388
Group Owner: cip-dev+owner@lists.cip-project.org
Unsubscribe: https://lists.cip-project.org/g/cip-dev/leave/8129055/727948398/xyzzy  [cip-dev@archiver.kernel.org]
-=-=-=-=-=-=-=-=-=-=-=-

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

* [cip-dev] [PATCH 2/3] customizations: Remove rt-tests and stress-ng from DEBIAN_DEPENDS
  2020-08-04 13:47 [cip-dev] [PATCH 1/3] cip-core-image-test: Add recipe Nobuhiro Iwamatsu
@ 2020-08-04 13:47 ` Nobuhiro Iwamatsu
  2020-08-04 13:47 ` [cip-dev] [PATCH 3/3] testing: Add test.yml Nobuhiro Iwamatsu
  1 sibling, 0 replies; 3+ messages in thread
From: Nobuhiro Iwamatsu @ 2020-08-04 13:47 UTC (permalink / raw)
  To: cip-dev; +Cc: Nobuhiro Iwamatsu

[-- Attachment #1: Type: text/plain, Size: 961 bytes --]

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
---
 recipes-core/customizations/customizations.bb | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/recipes-core/customizations/customizations.bb b/recipes-core/customizations/customizations.bb
index 38881fb..932b11c 100644
--- a/recipes-core/customizations/customizations.bb
+++ b/recipes-core/customizations/customizations.bb
@@ -11,7 +11,7 @@
 
 inherit dpkg-raw
 
-DESCRIPTION = "CIP Core image demo & test customizations"
+DESCRIPTION = "CIP Core image demo & customizations"
 
 SRC_URI = " \
     file://postinst \
@@ -21,8 +21,7 @@ SRC_URI = " \
 DEPENDS += "sshd-regen-keys"
 
 DEBIAN_DEPENDS = " \
-    ifupdown, isc-dhcp-client, net-tools, iputils-ping, ssh, sshd-regen-keys, \
-    rt-tests, stress-ng"
+    ifupdown, isc-dhcp-client, net-tools, iputils-ping, ssh, sshd-regen-keys"
 
 do_install() {
 	install -v -d ${D}/etc/network/interfaces.d
-- 
2.27.0


[-- Attachment #2: Type: text/plain, Size: 419 bytes --]

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#5094): https://lists.cip-project.org/g/cip-dev/message/5094
Mute This Topic: https://lists.cip-project.org/mt/75986991/4520388
Group Owner: cip-dev+owner@lists.cip-project.org
Unsubscribe: https://lists.cip-project.org/g/cip-dev/leave/8129055/727948398/xyzzy  [cip-dev@archiver.kernel.org]
-=-=-=-=-=-=-=-=-=-=-=-

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

* [cip-dev] [PATCH 3/3] testing: Add test.yml
  2020-08-04 13:47 [cip-dev] [PATCH 1/3] cip-core-image-test: Add recipe Nobuhiro Iwamatsu
  2020-08-04 13:47 ` [cip-dev] [PATCH 2/3] customizations: Remove rt-tests and stress-ng from DEBIAN_DEPENDS Nobuhiro Iwamatsu
@ 2020-08-04 13:47 ` Nobuhiro Iwamatsu
  1 sibling, 0 replies; 3+ messages in thread
From: Nobuhiro Iwamatsu @ 2020-08-04 13:47 UTC (permalink / raw)
  To: cip-dev; +Cc: Nobuhiro Iwamatsu

[-- Attachment #1: Type: text/plain, Size: 659 bytes --]

Add YAML to add the test application to cip-core-image, and create the
cip-core-image-test image.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
---
 kas/opt/test.yml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 kas/opt/test.yml

diff --git a/kas/opt/test.yml b/kas/opt/test.yml
new file mode 100644
index 0000000..c9eeb83
--- /dev/null
+++ b/kas/opt/test.yml
@@ -0,0 +1,15 @@
+#
+# CIP Core, generic profile
+#
+# Copyright (c) Siemens AG, 2019
+#
+# Authors:
+#  Jan Kiszka <jan.kiszka@siemens.com>
+#
+# SPDX-License-Identifier: MIT
+#
+
+header:
+  version: 8
+
+target: cip-core-image-test
-- 
2.27.0


[-- Attachment #2: Type: text/plain, Size: 419 bytes --]

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#5095): https://lists.cip-project.org/g/cip-dev/message/5095
Mute This Topic: https://lists.cip-project.org/mt/75986994/4520388
Group Owner: cip-dev+owner@lists.cip-project.org
Unsubscribe: https://lists.cip-project.org/g/cip-dev/leave/8129055/727948398/xyzzy  [cip-dev@archiver.kernel.org]
-=-=-=-=-=-=-=-=-=-=-=-

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

end of thread, other threads:[~2020-08-04 13:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-04 13:47 [cip-dev] [PATCH 1/3] cip-core-image-test: Add recipe Nobuhiro Iwamatsu
2020-08-04 13:47 ` [cip-dev] [PATCH 2/3] customizations: Remove rt-tests and stress-ng from DEBIAN_DEPENDS Nobuhiro Iwamatsu
2020-08-04 13:47 ` [cip-dev] [PATCH 3/3] testing: Add test.yml Nobuhiro Iwamatsu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.