Revert "py-scripts diff file and pip conversion scripts"

This reverts commit ab7f0ccf6b.
This commit is contained in:
Matthew Stidham
2021-09-10 16:21:10 -07:00
parent 3ca9a08dde
commit 680a6a777c
4 changed files with 13 additions and 219 deletions

View File

@@ -68,19 +68,19 @@ sed -i -- 's/from test_utility/from .test_utility/g' *.py
# shellcheck disable=SC2039
realmfiles=("l3_cxprofile"
"l4_cxprofile"
"lf_attenmod"
"multicast_profile"
"http_profile"
"station_profile"
"fio_endp_profile"
"test_group_profile"
"dut_profile"
"vap_profile"
"mac_vlan_profile"
"wifi_monitor_profile"
"gen_cxprofile"
"qvlan_profile"
"lfdata")
"lf_attenmod"
"multicast_profile"
"http_profile"
"station_profile"
"fio_endp_profile"
"test_group_profile"
"dut_profile"
"vap_profile"
"mac_vlan_profile"
"wifi_monitor_profile"
"gen_cxprofile"
"qvlan_profile"
"lfdata")
# shellcheck disable=SC2039
for i in "${realmfiles[@]}"; do
str="s/from ${i}/from .${i}/g"