From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from picard.linux.it (picard.linux.it [213.254.12.146]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 9994AC433EF for ; Fri, 22 Jul 2022 12:05:50 +0000 (UTC) Received: from picard.linux.it (localhost [IPv6:::1]) by picard.linux.it (Postfix) with ESMTP id 63A843C9E00 for ; Fri, 22 Jul 2022 14:05:47 +0200 (CEST) Received: from in-6.smtp.seeweb.it (in-6.smtp.seeweb.it [217.194.8.6]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384)) (No client certificate requested) by picard.linux.it (Postfix) with ESMTPS id 74F023C9465 for ; Fri, 22 Jul 2022 14:05:36 +0200 (CEST) Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by in-6.smtp.seeweb.it (Postfix) with ESMTPS id 014061400F9C for ; Fri, 22 Jul 2022 14:05:35 +0200 (CEST) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id D48BC20329; Fri, 22 Jul 2022 12:05:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.com; s=susede1; t=1658491534; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=etTNNEAIVnYiG/wtFIm8ypO7izPFdSl0Kl8dWiZ1vLg=; b=VJ3WD/KztDwoTtwg3u1U9GUacbIVhgkx5y5A7lejBt5Wb0/CxmUMNFNl1kDsJjOwDIwPOQ m46ZiMHiSd5I0zlkWgmxUhD5mlo9w+wtEw7sANha8a2xqEr6tsee2UQ3MrVWz4v6zj5dE/ o4mdKRC9CllzYVrlR54D4I6dwX3ZDis= Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 77481134A9; Fri, 22 Jul 2022 12:05:34 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id JGBMGo6S2mJULwAAMHmgww (envelope-from ); Fri, 22 Jul 2022 12:05:34 +0000 To: ltp@lists.linux.it Date: Fri, 22 Jul 2022 14:04:54 +0200 Message-Id: <20220722120501.28670-1-andrea.cervesato@suse.com> X-Mailer: git-send-email 2.35.3 MIME-Version: 1.0 X-Virus-Scanned: clamav-milter 0.102.4 at in-6.smtp.seeweb.it X-Virus-Status: Clean Subject: [LTP] [PATCH v3 0/7] Refactor mqns testing suite X-BeenThere: ltp@lists.linux.it X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux Test Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Andrea Cervesato via ltp Reply-To: Andrea Cervesato Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ltp-bounces+ltp=archiver.kernel.org@lists.linux.it Sender: "ltp" mqns testing suite has been refactored using new LTP API Andrea Cervesato (7): Add more safe macros for mqueue API Refactor mqns_01 using new LTP API Refactor mqns_02 using new LTP API Refactor mqns_03 using new LTP API Refactor mqns_04 using new LTP API Delete deprecated mqns header files Rename common.h into mqns.h for mqns suite include/tst_safe_posix_ipc.h | 45 +++ runtest/containers | 12 +- testcases/kernel/containers/mqns/Makefile | 27 +- testcases/kernel/containers/mqns/mqns.h | 108 ++++++- testcases/kernel/containers/mqns/mqns_01.c | 185 ++++-------- testcases/kernel/containers/mqns/mqns_02.c | 217 ++++---------- testcases/kernel/containers/mqns/mqns_03.c | 269 +++++++----------- testcases/kernel/containers/mqns/mqns_04.c | 263 ++++++++--------- .../kernel/containers/mqns/mqns_helper.h | 56 ---- 9 files changed, 485 insertions(+), 697 deletions(-) delete mode 100644 testcases/kernel/containers/mqns/mqns_helper.h -- 2.35.3 -- Mailing list info: https://lists.linux.it/listinfo/ltp