mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-02 19:58:03 +00:00
Revert "py-scripts diff file and pip conversion scripts"
This reverts commit ab7f0ccf6b.
This commit is contained in:
26
to_pip.sh
26
to_pip.sh
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user