From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id DA011A034F; Mon, 10 Jan 2022 18:19:46 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C746241165; Mon, 10 Jan 2022 18:19:46 +0100 (CET) Received: from mail-ot1-f100.google.com (mail-ot1-f100.google.com [209.85.210.100]) by mails.dpdk.org (Postfix) with ESMTP id 56C7540041 for ; Mon, 10 Jan 2022 18:19:45 +0100 (CET) Received: by mail-ot1-f100.google.com with SMTP id s21-20020a05683004d500b0058f585672efso15756650otd.3 for ; Mon, 10 Jan 2022 09:19:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=0IA7KICZvDIDPMvO+nfBlNWjujm/A1jQ8Cz3ri6I+BY=; b=TTjqk83ICroMHwcb6J8yA+9L4IK5xmUXSDZfBzcE0Nyez6rMlhPW5+VcDWPvLbxO+H 7fWSmHVyIJeE6WpkkHrx+vGyjHN+nmxi+pJZYTrv+NK4kIZaxtGbHcEoUZW1Db/jbgUm +mCRbW0Am9Z/ejXkoDRAsVPrVC0buCOjJRDjk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=0IA7KICZvDIDPMvO+nfBlNWjujm/A1jQ8Cz3ri6I+BY=; b=ayEfGPHoP0yNE8vYIRR4ZT3OLlG/SC65MLGsw3cnspy2qnTSsoTSiWZ8axZkpfEodJ PbIy55IroHvVTMLbCFstSnKMkshrTuwDXw+mH6EYbsUopSpyu1jQ66vxsgWO3rhQUo3x 1/6Ii0xwaZEwqzr7EAvxJWGi7axk2HBAwmFPEI2jcVNXISemLpSr+MMAngp+jL0koytu qWNq9/P8DGM6qxJFWKpa0AVQ9IJb0dS58TCZ3LKHoXtmW0PRHENLPyWepzIIq8YFB/T2 j1+hdtBnsKmoiFTGw2uTMQr02H0J2i70DAb5QTQHrFpXXsf43xmyRqqVOc7ICTQgE70o dJKg== X-Gm-Message-State: AOAM532I5gCWrphnDJ1ZOX3GGEfSImHIEJFBwQu0qbZco99EwXMlrrdp Am1PetXA+ZO2CG0ka8z9Q+bumehidgVQP/rHLEtmiJ19v9YvlxzOGVh2/+2PFyMMbPmQaORnDhH Sm+T2IIlxdmLVoQFoaapXkGX0l2s1EBpWMTpYms5L7I7QtmFPPXs0bWdaascHe1bR0vB5v/PDYQ == X-Google-Smtp-Source: ABdhPJx4z5qP2YwgTzPxx5eEjGMAjxXrOOvCEC9Cb1Wzk+xLU1IC0adWNmTruEq9s5PqTlQsZ7kj5XODArp2 X-Received: by 2002:a9d:2ae1:: with SMTP id e88mr565433otb.157.1641835184617; Mon, 10 Jan 2022 09:19:44 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id k20sm1615039ood.2.2022.01.10.09.19.44 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 10 Jan 2022 09:19:44 -0800 (PST) X-Relaying-Domain: iol.unh.edu Received: from iol.unh.edu (unknown [IPv6:2606:4100:3880:1257::105d]) by postal.iol.unh.edu (Postfix) with ESMTP id E36996045DC6; Mon, 10 Jan 2022 12:19:43 -0500 (EST) From: ohilyard@iol.unh.edu To: dts@dpdk.org Cc: lijuan.tu@intel.com, lylavoie@iol.unh.edu, Owen Hilyard Subject: [PATCH] conf: Added skips to TestVirtioUserInterrupt Date: Mon, 10 Jan 2022 12:19:41 -0500 Message-Id: <20220110171941.23183-1-ohilyard@iol.unh.edu> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org From: Owen Hilyard Some tests in TestVirtioUserInterrupt only support the igb_uio. Previously they emitted a failure for the test when it was run with the wrong driver. This update will make the test cases be skipped if a supported driver is not used. Signed-off-by: Owen Hilyard --- conf/test_case_supportlist.json | 91 ++++++++++++++++++++++++++------- 1 file changed, 73 insertions(+), 18 deletions(-) diff --git a/conf/test_case_supportlist.json b/conf/test_case_supportlist.json index e3eefd40..4206356a 100644 --- a/conf/test_case_supportlist.json +++ b/conf/test_case_supportlist.json @@ -1826,23 +1826,6 @@ "Comments": "This case currently support for x550/x540" } ], - "perf_kernel_pf_dpdk_iavf_perf_host_only": [ - { - "OS": [ - "ALL" - ], - "NIC": [ - "fortville_eagle", - "fortville_spirit", - "fortville_25g" - ], - "Target": [ - "ALL" - ], - "Bug ID": "", - "Comments": "this case only support on fortville" - } - ], "fdir_L2_mac_filter_basic_for_ipv4_udp": [ { "OS": [ @@ -2297,5 +2280,77 @@ "Bug ID": "", "Comments": "This case only support ice" } - ] + ], + "lsc_event_between_vhost_user_and_virtio_user_with_packed_ring_and_cbdma_enabled": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "ALL" + ], + "Target": [ + "ALL" + ], + "host_driver": [ + "igb_uio" + ], + "Bug ID": "", + "Comments": "This case only supports the igb_uio driver" + } + ], + "lsc_event_between_vhost_user_and_virtio_user_with_split_ring_and_cbdma_enabled": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "ALL" + ], + "Target": [ + "ALL" + ], + "host_driver": [ + "igb_uio" + ], + "Bug ID": "", + "Comments": "This case only supports the igb_uio driver" + } + ], + "packed_ring_virtio_user_interrupt_test_with_vhost_user_as_backend_and_cbdma_enabled": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "ALL" + ], + "Target": [ + "ALL" + ], + "host_driver": [ + "igb_uio" + ], + "Bug ID": "", + "Comments": "This case only supports the igb_uio driver" + } + ], + "split_ring_virtio_user_interrupt_test_with_vhost_user_as_backend_and_cbdma_enabled": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "ALL" + ], + "Target": [ + "ALL" + ], + "host_driver": [ + "igb_uio" + ], + "Bug ID": "", + "Comments": "This case only supports the igb_uio driver" + } + ] } -- 2.30.2