mbox

[V2,0/4] removed makefile relation content

Message ID 20220225054337.3668-1-junx.dong@intel.com (mailing list archive)
Headers

Message

Jun Dong Feb. 25, 2022, 5:43 a.m. UTC
  *** BLURB HERE ***
Makefile builds have been deprecated, so 
removd relation content out from framework.

Jun Dong (4):
  executions/execution*: removed makefile from configure
  doc/dts_gsg: removed makefile from user guide document
  framework/*: removed makefile from framework
  tests/*: removed makefile from test suite

 conf/app_name.cfg                             |  61 +------
 doc/dts_gsg/usr_guide/usage.rst               |   2 +-
 executions/execution.cfg                      |   4 +-
 executions/execution_FVL.cfg                  |   4 +-
 executions/execution_fm10k.cfg                |   4 +-
 executions/execution_rxmode.cfg               |   6 +-
 executions/execution_smoke.cfg                |   2 +-
 framework/dts.py                              |  12 --
 framework/dut.py                              |   4 +-
 framework/project_dpdk.py                     | 157 ++----------------
 framework/settings.py                         |   1 -
 framework/virt_dut.py                         |   7 +-
 tests/TestSuite_compressdev_isal_pmd.py       |  21 +--
 tests/TestSuite_compressdev_qat_pmd.py        |  20 +--
 tests/TestSuite_compressdev_zlib_pmd.py       |  22 +--
 tests/TestSuite_crypto_perf_cryptodev_perf.py |  10 +-
 tests/TestSuite_fips_cryptodev.py             |   2 +-
 tests/TestSuite_ieee1588.py                   |   4 -
 tests/TestSuite_ipsec_gw_cryptodev_func.py    |   2 +-
 tests/TestSuite_kni.py                        |   8 -
 tests/TestSuite_l2fwd_cryptodev_func.py       |   2 +-
 tests/TestSuite_packet_capture.py             |  21 ---
 tests/TestSuite_pmd.py                        |   4 -
 tests/TestSuite_power_pbf.py                  |  12 +-
 tests/TestSuite_unit_tests_cryptodev_func.py  |   2 +-
 tests/TestSuite_vhost_1024_ethports.py        |  12 +-
 tests/TestSuite_virtio_perf_cryptodev_func.py |  11 --
 tests/TestSuite_virtio_unit_cryptodev_func.py |   2 -
 tests/TestSuite_vmdq_dcb.py                   |   2 -
 29 files changed, 52 insertions(+), 369 deletions(-)