From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id EDE9A10A3 for ; Fri, 18 Jan 2019 18:41:49 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Jan 2019 09:41:48 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,491,1539673200"; d="scan'208";a="107676541" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by orsmga007.jf.intel.com with ESMTP; 18 Jan 2019 09:41:47 -0800 Received: from wgcvswdev001.ir.intel.com (wgcvswdev001.ir.intel.com [10.102.246.100]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id x0IHfkIZ028419; Fri, 18 Jan 2019 17:41:46 GMT Received: from wgcvswdev001.ir.intel.com (localhost [127.0.0.1]) by wgcvswdev001.ir.intel.com with ESMTP id x0IHfDj3007100; Fri, 18 Jan 2019 17:41:13 GMT Received: (from jmparthx@localhost) by wgcvswdev001.ir.intel.com with œ id x0IHfDMc007095; Fri, 18 Jan 2019 17:41:13 GMT From: Hari Kumar Vemula To: dev@dpdk.org Cc: reshma.pattan@intel.com, bruce.richardson@intel.com, Hari Kumar Vemula Date: Fri, 18 Jan 2019 17:40:44 +0000 Message-Id: <1547833248-6943-2-git-send-email-hari.kumarx.vemula@intel.com> X-Mailer: git-send-email 1.7.12.2 In-Reply-To: <1547833248-6943-1-git-send-email-hari.kumarx.vemula@intel.com> References: <1540450203-13901-1-git-send-email-hari.kumarx.vemula@intel.com> <1547833248-6943-1-git-send-email-hari.kumarx.vemula@intel.com> Subject: [dpdk-dev] [PATCH v6 1/5] test: remove existing testcases for categorization X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jan 2019 17:41:50 -0000 Removed testcase list from meson build to categorize testcases into suites Signed-off-by: Hari Kumar Vemula Acked-by: Bruce Richardson --- test/test/meson.build | 119 ------------------------------------------ 1 file changed, 119 deletions(-) diff --git a/test/test/meson.build b/test/test/meson.build index 045d7c8de..defdbbd22 100644 --- a/test/test/meson.build +++ b/test/test/meson.build @@ -135,118 +135,6 @@ test_deps = ['acl', 'timer' ] -test_names = [ - 'acl_autotest', - 'alarm_autotest', - 'atomic_autotest', - 'barrier_autotest', - 'bitratestats_autotest', - 'byteorder_autotest', - 'cmdline_autotest', - 'common_autotest', - 'cpuflags_autotest', - 'crc_autotest', - 'cryptodev_qat_autotest', - 'cryptodev_aesni_mb_autotest', - 'cryptodev_openssl_autotest', - 'cryptodev_openssl_asym_autotest', - 'cryptodev_aesni_gcm_autotest', - 'cryptodev_null_autotest', - 'cryptodev_sw_snow3g_autotest', - 'cryptodev_sw_kasumi_autotest', - 'cryptodev_sw_zuc_autotest', - 'cryptodev_sw_armv8_autotest', - 'cryptodev_sw_mvsam_autotest', - 'cryptodev_dpaa2_sec_autotest', - 'cryptodev_dpaa_sec_autotest', - 'cryptodev_octeontx_autotest', - 'cycles_autotest', - 'debug_autotest', - 'delay_us_sleep_autotest', - 'devargs_autotest', - 'distributor_autotest', - 'distributor_perf_autotest', - 'eal_flags_autotest', - 'eal_fs_autotest', - 'efd_autotest', - 'efd_perf_autotest', - 'errno_autotest', - 'event_crypto_adapter_autotest', - 'event_eth_rx_adapter_autotest', - 'event_eth_rx_intr_adapter_autotest', - 'event_ring_autotest', - 'event_eth_tx_adapter_autotest', - 'event_timer_adapter_autotest', - 'eventdev_common_autotest', - 'eventdev_octeontx_autotest', - 'eventdev_sw_autotest', - 'external_mem_autotest', - 'fbarray_autotest', - 'func_reentrancy_autotest', - 'flow_classify_autotest', - 'hash_autotest', - 'hash_functions_autotest', - 'hash_multiwriter_autotest', - 'hash_perf_autotest', - 'hash_readwrite_autotest', - 'hash_readwrite_lf_autotest', - 'interrupt_autotest', - 'ipsec_autotest', - 'kni_autotest', - 'kvargs_autotest', - 'latencystats_autotest', - 'link_bonding_autotest', - 'link_bonding_mode4_autotest', - 'logs_autotest', - 'lpm6_autotest', - 'lpm6_perf_autotest', - 'lpm_autotest', - 'lpm_perf_autotest', - 'malloc_autotest', - 'mbuf_autotest', - 'member_autotest', - 'member_perf_autotest', - 'memcpy_autotest', - 'memcpy_perf_autotest', - 'memory_autotest', - 'mempool_autotest', - 'mempool_perf_autotest', - 'memzone_autotest', - 'meter_autotest', - 'metrics_autotest', - 'multiprocess_autotest', - 'pdump_autotest', - 'per_lcore_autotest', - 'pmd_perf_autotest', - 'power_acpi_cpufreq_autotest', - 'power_autotest', - 'power_kvm_vm_autotest', - 'prefetch_autotest', - 'reciprocal_division', - 'reciprocal_division_perf', - 'red_all', - 'red_autotest', - 'red_perf', - 'reorder_autotest', - 'ring_autotest', - 'ring_perf_autotest', - 'ring_pmd_autotest', - 'ring_pmd_perf_autotest', - 'rwlock_autotest', - 'sched_autotest', - 'service_autotest', - 'spinlock_autotest', - 'string_autotest', - 'table_autotest', - 'tailq_autotest', - 'thash_autotest', - 'timer_autotest', - 'timer_perf__autotest', - 'timer_racecond_autotest', - 'user_delay_us', - 'version_autotest', -] - if dpdk_conf.has('RTE_LIBRTE_PDUMP') test_deps += 'pdump' endif @@ -283,7 +171,6 @@ if compress_test_dep.found() test_dep_objs += compress_test_dep test_sources += 'test_compressdev.c' test_deps += 'compressdev' - test_names += 'compressdev_autotest' endif foreach d:test_deps @@ -310,10 +197,4 @@ if get_option('tests') # to complete, so timeout to 10 minutes timeout_seconds = 600 - foreach t:test_names - test(t, dpdk_test, - env : ['DPDK_TEST='+t], - timeout : timeout_seconds, - is_parallel : false) - endforeach endif -- 2.17.2