From abc8019bb4cdbbf127bae754219ef60c2688f58a Mon Sep 17 00:00:00 2001 From: Tomas Juhasz Date: Thu, 9 Jan 2025 16:25:50 +0100 Subject: [PATCH] added authorship/contact info --- Integration/fs-module/main.fmf | 3 +++ Integration/fs-module/runtest.sh | 23 ++++++++++++++++++ .../npm-integration-global-install/main.fmf | 3 +++ .../npm-integration-global-install/runtest.sh | 1 + Integration/run-express-server/main.fmf | 3 +++ Integration/run-express-server/runtest.sh | 24 +++++++++++++++++++ Smoke/install-expo/main.fmf | 4 ++++ Smoke/install-expo/runtest.sh | 23 ++++++++++++++++++ Smoke/npm-install-modules/main.fmf | 4 ++++ Smoke/npm-install-modules/runtest.sh | 2 ++ Smoke/upstream-expresss-suite/main.fmf | 3 +++ 11 files changed, 93 insertions(+) diff --git a/Integration/fs-module/main.fmf b/Integration/fs-module/main.fmf index 23f84ef..c80da9e 100644 --- a/Integration/fs-module/main.fmf +++ b/Integration/fs-module/main.fmf @@ -9,6 +9,9 @@ require: - type: file pattern: - /script.js +contact: + - aradchen@redhat.com + - tjuhasz@redhat.com tier: integration component: - nodejs diff --git a/Integration/fs-module/runtest.sh b/Integration/fs-module/runtest.sh index c58cab8..f6639b1 100755 --- a/Integration/fs-module/runtest.sh +++ b/Integration/fs-module/runtest.sh @@ -1,4 +1,27 @@ #!/bin/bash +# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +# +# Author: Andrei Radchenko +# +# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +# +# Copyright (c) 2013 Red Hat, Inc. All rights reserved. +# +# This copyrighted material is made available to anyone wishing +# to use, modify, copy, or redistribute it subject to the terms +# and conditions of the GNU General Public License version 2. +# +# This program is distributed in the hope that it will be +# useful, but WITHOUT ANY WARRANTY; without even the implied +# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with this program; if not, write to the Free +# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +# Boston, MA 02110-1301, USA. +# +# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ . /usr/share/beakerlib/beakerlib.sh || exit 1 rlJournalStart diff --git a/Integration/npm-integration-global-install/main.fmf b/Integration/npm-integration-global-install/main.fmf index 6e3ddd9..be464de 100644 --- a/Integration/npm-integration-global-install/main.fmf +++ b/Integration/npm-integration-global-install/main.fmf @@ -6,6 +6,9 @@ description: | require: - nodejs - npm +contact: + - tjuhasz@redhat.com + - aradchen@redhat.com tier: 'integration' component: - npm diff --git a/Integration/npm-integration-global-install/runtest.sh b/Integration/npm-integration-global-install/runtest.sh index 77a73af..125d9b0 100755 --- a/Integration/npm-integration-global-install/runtest.sh +++ b/Integration/npm-integration-global-install/runtest.sh @@ -2,6 +2,7 @@ # vim: dict=/usr/share/beakerlib/dictionary.vim cpt=.,w,b,u,t,i,k # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # +# Author: Tomáš Juhász # # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # diff --git a/Integration/run-express-server/main.fmf b/Integration/run-express-server/main.fmf index 4282787..3df3974 100644 --- a/Integration/run-express-server/main.fmf +++ b/Integration/run-express-server/main.fmf @@ -9,6 +9,9 @@ require: - type: file pattern: - /server.js +contact: + - aradchen@redhat.com + - tjuhasz@redhat.com tier: smoke component: - npm diff --git a/Integration/run-express-server/runtest.sh b/Integration/run-express-server/runtest.sh index 555c128..ab997b9 100755 --- a/Integration/run-express-server/runtest.sh +++ b/Integration/run-express-server/runtest.sh @@ -1,4 +1,28 @@ #!/bin/bash + +# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +# +# Author: Andrei Radchenko +# +# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +# +# Copyright (c) 2013 Red Hat, Inc. All rights reserved. +# +# This copyrighted material is made available to anyone wishing +# to use, modify, copy, or redistribute it subject to the terms +# and conditions of the GNU General Public License version 2. +# +# This program is distributed in the hope that it will be +# useful, but WITHOUT ANY WARRANTY; without even the implied +# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with this program; if not, write to the Free +# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +# Boston, MA 02110-1301, USA. +# +# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ . /usr/share/beakerlib/beakerlib.sh || exit 1 rlJournalStart diff --git a/Smoke/install-expo/main.fmf b/Smoke/install-expo/main.fmf index a8a7125..0932655 100644 --- a/Smoke/install-expo/main.fmf +++ b/Smoke/install-expo/main.fmf @@ -4,6 +4,10 @@ framework: beakerlib description: | Test ensures that nodejs and npm can install and run expo app duration: 15m +contact: + - tjuhasz@redhat.com + - aradchen@redhat.com + require: nodejs tier: smoke component: diff --git a/Smoke/install-expo/runtest.sh b/Smoke/install-expo/runtest.sh index c786b14..543f10b 100755 --- a/Smoke/install-expo/runtest.sh +++ b/Smoke/install-expo/runtest.sh @@ -1,4 +1,27 @@ #!/bin/bash +# vim: dict=/usr/share/beakerlib/dictionary.vim cpt=.,w,b,u,t,i,k +# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +# Authors: Tomáš Juhász and Andrei Radchenko +# +# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +# +# Copyright (c) 2013 Red Hat, Inc. All rights reserved. +# +# This copyrighted material is made available to anyone wishing +# to use, modify, copy, or redistribute it subject to the terms +# and conditions of the GNU General Public License version 2. +# +# This program is distributed in the hope that it will be +# useful, but WITHOUT ANY WARRANTY; without even the implied +# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with this program; if not, write to the Free +# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +# Boston, MA 02110-1301, USA. +# +# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ . /usr/share/beakerlib/beakerlib.sh || exit 1 TEST_USER="nodeuser" diff --git a/Smoke/npm-install-modules/main.fmf b/Smoke/npm-install-modules/main.fmf index 98c4baa..3e8e49a 100644 --- a/Smoke/npm-install-modules/main.fmf +++ b/Smoke/npm-install-modules/main.fmf @@ -6,6 +6,10 @@ description: | require: - npm - nodejs +contact: + - tjuhasz@redhat.com + - aradchen@redhat.com + tier: '1' component: - npm diff --git a/Smoke/npm-install-modules/runtest.sh b/Smoke/npm-install-modules/runtest.sh index fc1ff98..62ef137 100755 --- a/Smoke/npm-install-modules/runtest.sh +++ b/Smoke/npm-install-modules/runtest.sh @@ -2,6 +2,8 @@ # vim: dict=/usr/share/beakerlib/dictionary.vim cpt=.,w,b,u,t,i,k # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # +# Author: Tomáš Juhász +# Inspired by internal test by: Honza Horak # # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # diff --git a/Smoke/upstream-expresss-suite/main.fmf b/Smoke/upstream-expresss-suite/main.fmf index aa12677..c6e0b8a 100644 --- a/Smoke/upstream-expresss-suite/main.fmf +++ b/Smoke/upstream-expresss-suite/main.fmf @@ -7,6 +7,9 @@ require: - git - nodejs - npm +contact: + - aradchen@redhat.com + - tjuhasz@redhat.com tier: 'smoke' component: - npm