2020-11-17 06:09:54 +00:00
|
|
|
From 4d59ba60ed000eff0d7a7afb240568287cea3117 Mon Sep 17 00:00:00 2001
|
2020-01-21 19:40:02 +00:00
|
|
|
From: Honggang Li <honli@redhat.com>
|
2020-11-17 06:09:54 +00:00
|
|
|
Date: Mon, 16 Nov 2020 08:28:57 +0800
|
2020-01-21 19:40:02 +00:00
|
|
|
Subject: [PATCH] Add shebang for exp scripts
|
|
|
|
|
|
|
|
The shebang '#!/usr/bin/expect -f' will make opa-ff packages require
|
|
|
|
expect rpm package.
|
|
|
|
|
|
|
|
Following bash script had been applied to fix this issue.
|
|
|
|
|
|
|
|
for f in $(find -type f -name '*.exp') ; do
|
|
|
|
sed -e '1 i\#!/usr/bin/expect -f' -i $f
|
|
|
|
done
|
|
|
|
|
|
|
|
Signed-off-by: Honggang Li <honli@redhat.com>
|
|
|
|
---
|
|
|
|
IbaTools/FastFabric/chassis_configure.exp | 1 +
|
|
|
|
IbaTools/FastFabric/chassis_fmconfig.exp | 1 +
|
|
|
|
IbaTools/FastFabric/chassis_fmcontrol.exp | 1 +
|
|
|
|
IbaTools/FastFabric/chassis_fmgetconfig.exp | 1 +
|
|
|
|
IbaTools/FastFabric/chassis_fmgetsecurityfiles.exp | 1 +
|
|
|
|
IbaTools/FastFabric/chassis_fmsecurityfiles.exp | 1 +
|
|
|
|
IbaTools/FastFabric/chassis_getconfig.exp | 1 +
|
|
|
|
IbaTools/FastFabric/chassis_reboot.exp | 1 +
|
|
|
|
IbaTools/FastFabric/chassis_upgrade.exp | 1 +
|
|
|
|
IbaTools/FastFabric/configipoib.exp | 1 +
|
|
|
|
IbaTools/FastFabric/ff_function.exp | 1 +
|
|
|
|
IbaTools/FastFabric/ipoibping.exp | 1 +
|
|
|
|
IbaTools/FastFabric/load.exp | 1 +
|
|
|
|
IbaTools/FastFabric/mpiperf.exp | 1 +
|
|
|
|
IbaTools/FastFabric/mpiperfdeviation.exp | 1 +
|
|
|
|
IbaTools/FastFabric/reboot.exp | 1 +
|
|
|
|
IbaTools/FastFabric/sacache.exp | 1 +
|
|
|
|
IbaTools/FastFabric/switch_capture.exp | 1 +
|
|
|
|
IbaTools/FastFabric/switch_configure.exp | 1 +
|
|
|
|
IbaTools/FastFabric/switch_dump.exp | 1 +
|
|
|
|
IbaTools/FastFabric/switch_fwverify.exp | 1 +
|
|
|
|
IbaTools/FastFabric/switch_getconfig.exp | 1 +
|
|
|
|
IbaTools/FastFabric/switch_hwvpd.exp | 1 +
|
|
|
|
IbaTools/FastFabric/switch_info.exp | 1 +
|
|
|
|
IbaTools/FastFabric/switch_ping.exp | 1 +
|
|
|
|
IbaTools/FastFabric/switch_reboot.exp | 1 +
|
|
|
|
IbaTools/FastFabric/switch_upgrade.exp | 1 +
|
|
|
|
IbaTools/FastFabric/upgrade.exp | 1 +
|
|
|
|
TestTools/basic.exp | 1 +
|
|
|
|
TestTools/chassis.exp | 1 +
|
|
|
|
TestTools/common_funcs.exp | 1 +
|
|
|
|
TestTools/defs.exp | 1 +
|
|
|
|
TestTools/extmng.exp | 1 +
|
|
|
|
TestTools/ib.exp | 1 +
|
|
|
|
TestTools/ibtools.exp | 1 +
|
|
|
|
TestTools/install.exp | 1 +
|
|
|
|
TestTools/mpi.exp | 1 +
|
|
|
|
TestTools/network.exp | 1 +
|
|
|
|
TestTools/opa_to_xml.exp | 1 +
|
|
|
|
TestTools/proc_mgr.exp | 1 +
|
|
|
|
TestTools/sm_control.exp | 1 +
|
|
|
|
TestTools/switch_methods.exp | 1 +
|
|
|
|
TestTools/target.exp | 1 +
|
|
|
|
TestTools/tools.exp | 1 +
|
|
|
|
44 files changed, 44 insertions(+)
|
|
|
|
|
|
|
|
diff --git a/IbaTools/FastFabric/chassis_configure.exp b/IbaTools/FastFabric/chassis_configure.exp
|
2020-11-17 06:09:54 +00:00
|
|
|
index f18397fb794d..e373a46ca572 100644
|
2020-01-21 19:40:02 +00:00
|
|
|
--- a/IbaTools/FastFabric/chassis_configure.exp
|
|
|
|
+++ b/IbaTools/FastFabric/chassis_configure.exp
|
|
|
|
@@ -1,3 +1,4 @@
|
|
|
|
+#!/usr/bin/expect -f
|
|
|
|
# BEGIN_ICS_COPYRIGHT8 ****************************************
|
|
|
|
#
|
|
|
|
# Copyright (c) 2015, Intel Corporation
|
|
|
|
diff --git a/IbaTools/FastFabric/chassis_fmconfig.exp b/IbaTools/FastFabric/chassis_fmconfig.exp
|
2020-11-17 06:09:54 +00:00
|
|
|
index 9ec04cc20b5d..8040a3773611 100644
|
2020-01-21 19:40:02 +00:00
|
|
|
--- a/IbaTools/FastFabric/chassis_fmconfig.exp
|
|
|
|
+++ b/IbaTools/FastFabric/chassis_fmconfig.exp
|
|
|
|
@@ -1,3 +1,4 @@
|
|
|
|
+#!/usr/bin/expect -f
|
|
|
|
# BEGIN_ICS_COPYRIGHT8 ****************************************
|
|
|
|
#
|
|
|
|
# Copyright (c) 2015-2017, Intel Corporation
|
|
|
|
diff --git a/IbaTools/FastFabric/chassis_fmcontrol.exp b/IbaTools/FastFabric/chassis_fmcontrol.exp
|
2020-11-17 06:09:54 +00:00
|
|
|
index 477953a9dc0f..2d69a0b2168d 100644
|
2020-01-21 19:40:02 +00:00
|
|
|
--- a/IbaTools/FastFabric/chassis_fmcontrol.exp
|
|
|
|
+++ b/IbaTools/FastFabric/chassis_fmcontrol.exp
|
|
|
|
@@ -1,3 +1,4 @@
|
|
|
|
+#!/usr/bin/expect -f
|
|
|
|
# BEGIN_ICS_COPYRIGHT8 ****************************************
|
|
|
|
#
|
|
|
|
# Copyright (c) 2015-2017, Intel Corporation
|
|
|
|
diff --git a/IbaTools/FastFabric/chassis_fmgetconfig.exp b/IbaTools/FastFabric/chassis_fmgetconfig.exp
|
2020-11-17 06:09:54 +00:00
|
|
|
index 2e61cde7241e..200d2d10dac2 100644
|
2020-01-21 19:40:02 +00:00
|
|
|
--- a/IbaTools/FastFabric/chassis_fmgetconfig.exp
|
|
|
|
+++ b/IbaTools/FastFabric/chassis_fmgetconfig.exp
|
|
|
|
@@ -1,3 +1,4 @@
|
|
|
|
+#!/usr/bin/expect -f
|
|
|
|
# BEGIN_ICS_COPYRIGHT8 ****************************************
|
|
|
|
#
|
|
|
|
# Copyright (c) 2015-2017, Intel Corporation
|
|
|
|
diff --git a/IbaTools/FastFabric/chassis_fmgetsecurityfiles.exp b/IbaTools/FastFabric/chassis_fmgetsecurityfiles.exp
|
2020-11-17 06:09:54 +00:00
|
|
|
index d31e055ff22f..731b6ca98f4b 100644
|
2020-01-21 19:40:02 +00:00
|
|
|
--- a/IbaTools/FastFabric/chassis_fmgetsecurityfiles.exp
|
|
|
|
+++ b/IbaTools/FastFabric/chassis_fmgetsecurityfiles.exp
|
|
|
|
@@ -1,3 +1,4 @@
|
|
|
|
+#!/usr/bin/expect -f
|
|
|
|
# BEGIN_ICS_COPYRIGHT8 ****************************************
|
|
|
|
#
|
|
|
|
# Copyright (c) 2015-2017, Intel Corporation
|
|
|
|
diff --git a/IbaTools/FastFabric/chassis_fmsecurityfiles.exp b/IbaTools/FastFabric/chassis_fmsecurityfiles.exp
|
2020-11-17 06:09:54 +00:00
|
|
|
index 5c2a45dfe394..5f162b839ca9 100644
|
2020-01-21 19:40:02 +00:00
|
|
|
--- a/IbaTools/FastFabric/chassis_fmsecurityfiles.exp
|
|
|
|
+++ b/IbaTools/FastFabric/chassis_fmsecurityfiles.exp
|
|
|
|
@@ -1,3 +1,4 @@
|
|
|
|
+#!/usr/bin/expect -f
|
|
|
|
# BEGIN_ICS_COPYRIGHT8 ****************************************
|
|
|
|
#
|
|
|
|
# Copyright (c) 2015-2017, Intel Corporation
|
|
|
|
diff --git a/IbaTools/FastFabric/chassis_getconfig.exp b/IbaTools/FastFabric/chassis_getconfig.exp
|
2020-11-17 06:09:54 +00:00
|
|
|
index 7454afce2e9d..4d7b2651fb3a 100644
|
2020-01-21 19:40:02 +00:00
|
|
|
--- a/IbaTools/FastFabric/chassis_getconfig.exp
|
|
|
|
+++ b/IbaTools/FastFabric/chassis_getconfig.exp
|
|
|
|
@@ -1,3 +1,4 @@
|
|
|
|
+#!/usr/bin/expect -f
|
|
|
|
# BEGIN_ICS_COPYRIGHT8 ****************************************
|
|
|
|
#
|
|
|
|
# Copyright (c) 2015, Intel Corporation
|
|
|
|
diff --git a/IbaTools/FastFabric/chassis_reboot.exp b/IbaTools/FastFabric/chassis_reboot.exp
|
2020-11-17 06:09:54 +00:00
|
|
|
index b5f1f39b7d2a..36b1ef054a65 100644
|
2020-01-21 19:40:02 +00:00
|
|
|
--- a/IbaTools/FastFabric/chassis_reboot.exp
|
|
|
|
+++ b/IbaTools/FastFabric/chassis_reboot.exp
|
|
|
|
@@ -1,3 +1,4 @@
|
|
|
|
+#!/usr/bin/expect -f
|
|
|
|
# BEGIN_ICS_COPYRIGHT8 ****************************************
|
|
|
|
#
|
|
|
|
# Copyright (c) 2015-2017, Intel Corporation
|
|
|
|
diff --git a/IbaTools/FastFabric/chassis_upgrade.exp b/IbaTools/FastFabric/chassis_upgrade.exp
|
2020-11-17 06:09:54 +00:00
|
|
|
index b2aa797b671e..df0eb7a6194a 100644
|
2020-01-21 19:40:02 +00:00
|
|
|
--- a/IbaTools/FastFabric/chassis_upgrade.exp
|
|
|
|
+++ b/IbaTools/FastFabric/chassis_upgrade.exp
|
|
|
|
@@ -1,3 +1,4 @@
|
|
|
|
+#!/usr/bin/expect -f
|
|
|
|
# BEGIN_ICS_COPYRIGHT8 ****************************************
|
|
|
|
#
|
|
|
|
# Copyright (c) 2015-2017, Intel Corporation
|
|
|
|
diff --git a/IbaTools/FastFabric/configipoib.exp b/IbaTools/FastFabric/configipoib.exp
|
2020-11-17 06:09:54 +00:00
|
|
|
index 10673114e371..f6b29b728ca7 100644
|
2020-01-21 19:40:02 +00:00
|
|
|
--- a/IbaTools/FastFabric/configipoib.exp
|
|
|
|
+++ b/IbaTools/FastFabric/configipoib.exp
|
|
|
|
@@ -1,3 +1,4 @@
|
|
|
|
+#!/usr/bin/expect -f
|
|
|
|
# BEGIN_ICS_COPYRIGHT8 ****************************************
|
|
|
|
#
|
|
|
|
# Copyright (c) 2015-2017, Intel Corporation
|
|
|
|
diff --git a/IbaTools/FastFabric/ff_function.exp b/IbaTools/FastFabric/ff_function.exp
|
2020-11-17 06:09:54 +00:00
|
|
|
index ab64a00d054a..73ca780a89a9 100644
|
2020-01-21 19:40:02 +00:00
|
|
|
--- a/IbaTools/FastFabric/ff_function.exp
|
|
|
|
+++ b/IbaTools/FastFabric/ff_function.exp
|
|
|
|
@@ -1,3 +1,4 @@
|
|
|
|
+#!/usr/bin/expect -f
|
|
|
|
# BEGIN_ICS_COPYRIGHT8 ****************************************
|
|
|
|
#
|
|
|
|
# Copyright (c) 2015-2017, Intel Corporation
|
|
|
|
diff --git a/IbaTools/FastFabric/ipoibping.exp b/IbaTools/FastFabric/ipoibping.exp
|
2020-11-17 06:09:54 +00:00
|
|
|
index 5739e6072066..5256620d1400 100644
|
2020-01-21 19:40:02 +00:00
|
|
|
--- a/IbaTools/FastFabric/ipoibping.exp
|
|
|
|
+++ b/IbaTools/FastFabric/ipoibping.exp
|
|
|
|
@@ -1,3 +1,4 @@
|
|
|
|
+#!/usr/bin/expect -f
|
|
|
|
# BEGIN_ICS_COPYRIGHT8 ****************************************
|
|
|
|
#
|
|
|
|
# Copyright (c) 2015-2017, Intel Corporation
|
|
|
|
diff --git a/IbaTools/FastFabric/load.exp b/IbaTools/FastFabric/load.exp
|
2020-11-17 06:09:54 +00:00
|
|
|
index b9d07514d3be..0a6b394f61f8 100644
|
2020-01-21 19:40:02 +00:00
|
|
|
--- a/IbaTools/FastFabric/load.exp
|
|
|
|
+++ b/IbaTools/FastFabric/load.exp
|
|
|
|
@@ -1,3 +1,4 @@
|
|
|
|
+#!/usr/bin/expect -f
|
|
|
|
# BEGIN_ICS_COPYRIGHT8 ****************************************
|
|
|
|
#
|
|
|
|
# Copyright (c) 2015-2017, Intel Corporation
|
|
|
|
diff --git a/IbaTools/FastFabric/mpiperf.exp b/IbaTools/FastFabric/mpiperf.exp
|
2020-11-17 06:09:54 +00:00
|
|
|
index 3b69e3a6e0dd..c5cab3b59972 100644
|
2020-01-21 19:40:02 +00:00
|
|
|
--- a/IbaTools/FastFabric/mpiperf.exp
|
|
|
|
+++ b/IbaTools/FastFabric/mpiperf.exp
|
|
|
|
@@ -1,3 +1,4 @@
|
|
|
|
+#!/usr/bin/expect -f
|
|
|
|
# BEGIN_ICS_COPYRIGHT8 ****************************************
|
|
|
|
#
|
|
|
|
# Copyright (c) 2015-2017, Intel Corporation
|
|
|
|
diff --git a/IbaTools/FastFabric/mpiperfdeviation.exp b/IbaTools/FastFabric/mpiperfdeviation.exp
|
2020-11-17 06:09:54 +00:00
|
|
|
index bcd9839b16a0..48882e71d2dc 100644
|
2020-01-21 19:40:02 +00:00
|
|
|
--- a/IbaTools/FastFabric/mpiperfdeviation.exp
|
|
|
|
+++ b/IbaTools/FastFabric/mpiperfdeviation.exp
|
|
|
|
@@ -1,3 +1,4 @@
|
|
|
|
+#!/usr/bin/expect -f
|
|
|
|
# BEGIN_ICS_COPYRIGHT8 ****************************************
|
|
|
|
#
|
|
|
|
# Copyright (c) 2015-2017, Intel Corporation
|
|
|
|
diff --git a/IbaTools/FastFabric/reboot.exp b/IbaTools/FastFabric/reboot.exp
|
2020-11-17 06:09:54 +00:00
|
|
|
index 53fc4b6d6d20..1f9d7d9721d4 100644
|
2020-01-21 19:40:02 +00:00
|
|
|
--- a/IbaTools/FastFabric/reboot.exp
|
|
|
|
+++ b/IbaTools/FastFabric/reboot.exp
|
|
|
|
@@ -1,3 +1,4 @@
|
|
|
|
+#!/usr/bin/expect -f
|
|
|
|
# BEGIN_ICS_COPYRIGHT8 ****************************************
|
|
|
|
#
|
|
|
|
# Copyright (c) 2015-2017, Intel Corporation
|
|
|
|
diff --git a/IbaTools/FastFabric/sacache.exp b/IbaTools/FastFabric/sacache.exp
|
2020-11-17 06:09:54 +00:00
|
|
|
index b9c188d02a8a..ae5f5605d33d 100644
|
2020-01-21 19:40:02 +00:00
|
|
|
--- a/IbaTools/FastFabric/sacache.exp
|
|
|
|
+++ b/IbaTools/FastFabric/sacache.exp
|
|
|
|
@@ -1,3 +1,4 @@
|
|
|
|
+#!/usr/bin/expect -f
|
|
|
|
# BEGIN_ICS_COPYRIGHT8 ****************************************
|
|
|
|
#
|
|
|
|
# Copyright (c) 2015-2017, Intel Corporation
|
|
|
|
diff --git a/IbaTools/FastFabric/switch_capture.exp b/IbaTools/FastFabric/switch_capture.exp
|
2020-11-17 06:09:54 +00:00
|
|
|
index 4e7054df4024..ceebd2b54c1f 100644
|
2020-01-21 19:40:02 +00:00
|
|
|
--- a/IbaTools/FastFabric/switch_capture.exp
|
|
|
|
+++ b/IbaTools/FastFabric/switch_capture.exp
|
|
|
|
@@ -1,3 +1,4 @@
|
|
|
|
+#!/usr/bin/expect -f
|
|
|
|
# BEGIN_ICS_COPYRIGHT8 ****************************************
|
|
|
|
#
|
|
|
|
# Copyright (c) 2015-2017, Intel Corporation
|
|
|
|
diff --git a/IbaTools/FastFabric/switch_configure.exp b/IbaTools/FastFabric/switch_configure.exp
|
2020-11-17 06:09:54 +00:00
|
|
|
index 3516482b53ee..91fa0ba60eb5 100644
|
2020-01-21 19:40:02 +00:00
|
|
|
--- a/IbaTools/FastFabric/switch_configure.exp
|
|
|
|
+++ b/IbaTools/FastFabric/switch_configure.exp
|
|
|
|
@@ -1,3 +1,4 @@
|
|
|
|
+#!/usr/bin/expect -f
|
|
|
|
# BEGIN_ICS_COPYRIGHT8 ****************************************
|
|
|
|
#
|
|
|
|
# Copyright (c) 2015, Intel Corporation
|
|
|
|
diff --git a/IbaTools/FastFabric/switch_dump.exp b/IbaTools/FastFabric/switch_dump.exp
|
2020-11-17 06:09:54 +00:00
|
|
|
index dae0e5b26d45..fe998226a5f4 100644
|
2020-01-21 19:40:02 +00:00
|
|
|
--- a/IbaTools/FastFabric/switch_dump.exp
|
|
|
|
+++ b/IbaTools/FastFabric/switch_dump.exp
|
|
|
|
@@ -1,3 +1,4 @@
|
|
|
|
+#!/usr/bin/expect -f
|
|
|
|
# BEGIN_ICS_COPYRIGHT8 ****************************************
|
|
|
|
#
|
|
|
|
# Copyright (c) 2015-2017, Intel Corporation
|
|
|
|
diff --git a/IbaTools/FastFabric/switch_fwverify.exp b/IbaTools/FastFabric/switch_fwverify.exp
|
2020-11-17 06:09:54 +00:00
|
|
|
index 7cf1101384ec..449401e7d37b 100644
|
2020-01-21 19:40:02 +00:00
|
|
|
--- a/IbaTools/FastFabric/switch_fwverify.exp
|
|
|
|
+++ b/IbaTools/FastFabric/switch_fwverify.exp
|
|
|
|
@@ -1,3 +1,4 @@
|
|
|
|
+#!/usr/bin/expect -f
|
|
|
|
|
|
|
|
# BEGIN_ICS_COPYRIGHT8 ****************************************
|
|
|
|
#
|
|
|
|
diff --git a/IbaTools/FastFabric/switch_getconfig.exp b/IbaTools/FastFabric/switch_getconfig.exp
|
2020-11-17 06:09:54 +00:00
|
|
|
index 30d6b3fbdc60..39447661e11e 100644
|
2020-01-21 19:40:02 +00:00
|
|
|
--- a/IbaTools/FastFabric/switch_getconfig.exp
|
|
|
|
+++ b/IbaTools/FastFabric/switch_getconfig.exp
|
|
|
|
@@ -1,3 +1,4 @@
|
|
|
|
+#!/usr/bin/expect -f
|
|
|
|
|
|
|
|
# BEGIN_ICS_COPYRIGHT8 ****************************************
|
|
|
|
#
|
|
|
|
diff --git a/IbaTools/FastFabric/switch_hwvpd.exp b/IbaTools/FastFabric/switch_hwvpd.exp
|
2020-11-17 06:09:54 +00:00
|
|
|
index 266518cc119c..dfb1ef28ac84 100644
|
2020-01-21 19:40:02 +00:00
|
|
|
--- a/IbaTools/FastFabric/switch_hwvpd.exp
|
|
|
|
+++ b/IbaTools/FastFabric/switch_hwvpd.exp
|
|
|
|
@@ -1,3 +1,4 @@
|
|
|
|
+#!/usr/bin/expect -f
|
|
|
|
|
|
|
|
# BEGIN_ICS_COPYRIGHT8 ****************************************
|
|
|
|
#
|
|
|
|
diff --git a/IbaTools/FastFabric/switch_info.exp b/IbaTools/FastFabric/switch_info.exp
|
2020-11-17 06:09:54 +00:00
|
|
|
index 735a5e5303a2..cfecfce1d6c7 100644
|
2020-01-21 19:40:02 +00:00
|
|
|
--- a/IbaTools/FastFabric/switch_info.exp
|
|
|
|
+++ b/IbaTools/FastFabric/switch_info.exp
|
|
|
|
@@ -1,3 +1,4 @@
|
|
|
|
+#!/usr/bin/expect -f
|
|
|
|
|
|
|
|
# BEGIN_ICS_COPYRIGHT8 ****************************************
|
|
|
|
#
|
|
|
|
diff --git a/IbaTools/FastFabric/switch_ping.exp b/IbaTools/FastFabric/switch_ping.exp
|
2020-11-17 06:09:54 +00:00
|
|
|
index 87733455e0de..8230dc227d4c 100644
|
2020-01-21 19:40:02 +00:00
|
|
|
--- a/IbaTools/FastFabric/switch_ping.exp
|
|
|
|
+++ b/IbaTools/FastFabric/switch_ping.exp
|
|
|
|
@@ -1,3 +1,4 @@
|
|
|
|
+#!/usr/bin/expect -f
|
|
|
|
|
|
|
|
# BEGIN_ICS_COPYRIGHT8 ****************************************
|
|
|
|
#
|
|
|
|
diff --git a/IbaTools/FastFabric/switch_reboot.exp b/IbaTools/FastFabric/switch_reboot.exp
|
2020-11-17 06:09:54 +00:00
|
|
|
index 1ee19eaa06f6..572f92f82afa 100644
|
2020-01-21 19:40:02 +00:00
|
|
|
--- a/IbaTools/FastFabric/switch_reboot.exp
|
|
|
|
+++ b/IbaTools/FastFabric/switch_reboot.exp
|
|
|
|
@@ -1,3 +1,4 @@
|
|
|
|
+#!/usr/bin/expect -f
|
|
|
|
# BEGIN_ICS_COPYRIGHT8 ****************************************
|
|
|
|
#
|
|
|
|
# Copyright (c) 2015-2017, Intel Corporation
|
|
|
|
diff --git a/IbaTools/FastFabric/switch_upgrade.exp b/IbaTools/FastFabric/switch_upgrade.exp
|
2020-11-17 06:09:54 +00:00
|
|
|
index 6c5c1041a179..336572bb43ea 100644
|
2020-01-21 19:40:02 +00:00
|
|
|
--- a/IbaTools/FastFabric/switch_upgrade.exp
|
|
|
|
+++ b/IbaTools/FastFabric/switch_upgrade.exp
|
|
|
|
@@ -1,3 +1,4 @@
|
|
|
|
+#!/usr/bin/expect -f
|
|
|
|
# BEGIN_ICS_COPYRIGHT8 ****************************************
|
|
|
|
#
|
|
|
|
# Copyright (c) 2015-2017, Intel Corporation
|
|
|
|
diff --git a/IbaTools/FastFabric/upgrade.exp b/IbaTools/FastFabric/upgrade.exp
|
2020-11-17 06:09:54 +00:00
|
|
|
index dd4abe573690..cae30ad3addb 100644
|
2020-01-21 19:40:02 +00:00
|
|
|
--- a/IbaTools/FastFabric/upgrade.exp
|
|
|
|
+++ b/IbaTools/FastFabric/upgrade.exp
|
|
|
|
@@ -1,3 +1,4 @@
|
|
|
|
+#!/usr/bin/expect -f
|
|
|
|
# BEGIN_ICS_COPYRIGHT8 ****************************************
|
|
|
|
#
|
|
|
|
# Copyright (c) 2015-2017, Intel Corporation
|
|
|
|
diff --git a/TestTools/basic.exp b/TestTools/basic.exp
|
2020-11-17 06:09:54 +00:00
|
|
|
index 4ffe1f5dbb10..b3362abff462 100644
|
2020-01-21 19:40:02 +00:00
|
|
|
--- a/TestTools/basic.exp
|
|
|
|
+++ b/TestTools/basic.exp
|
|
|
|
@@ -1,3 +1,4 @@
|
|
|
|
+#!/usr/bin/expect -f
|
|
|
|
# BEGIN_ICS_COPYRIGHT8 ****************************************
|
|
|
|
#
|
|
|
|
# Copyright (c) 2015, Intel Corporation
|
|
|
|
diff --git a/TestTools/chassis.exp b/TestTools/chassis.exp
|
2020-11-17 06:09:54 +00:00
|
|
|
index 93265e2d30ed..a01b730617ff 100644
|
2020-01-21 19:40:02 +00:00
|
|
|
--- a/TestTools/chassis.exp
|
|
|
|
+++ b/TestTools/chassis.exp
|
|
|
|
@@ -1,3 +1,4 @@
|
|
|
|
+#!/usr/bin/expect -f
|
|
|
|
# BEGIN_ICS_COPYRIGHT8 ****************************************
|
2020-11-17 06:09:54 +00:00
|
|
|
#
|
|
|
|
# Copyright (c) 2015-2020, Intel Corporation
|
2020-01-21 19:40:02 +00:00
|
|
|
diff --git a/TestTools/common_funcs.exp b/TestTools/common_funcs.exp
|
2020-11-17 06:09:54 +00:00
|
|
|
index 68d55d8fdf48..7f62eb8c50dd 100644
|
2020-01-21 19:40:02 +00:00
|
|
|
--- a/TestTools/common_funcs.exp
|
|
|
|
+++ b/TestTools/common_funcs.exp
|
|
|
|
@@ -1,3 +1,4 @@
|
|
|
|
+#!/usr/bin/expect -f
|
|
|
|
# BEGIN_ICS_COPYRIGHT8 ****************************************
|
|
|
|
#
|
|
|
|
# Copyright (c) 2015, Intel Corporation
|
|
|
|
diff --git a/TestTools/defs.exp b/TestTools/defs.exp
|
2020-11-17 06:09:54 +00:00
|
|
|
index 8e1a8e6e816d..ecb3e64275cc 100644
|
2020-01-21 19:40:02 +00:00
|
|
|
--- a/TestTools/defs.exp
|
|
|
|
+++ b/TestTools/defs.exp
|
|
|
|
@@ -1,3 +1,4 @@
|
|
|
|
+#!/usr/bin/expect -f
|
|
|
|
# BEGIN_ICS_COPYRIGHT8 ****************************************
|
|
|
|
#
|
|
|
|
# Copyright (c) 2015, Intel Corporation
|
|
|
|
diff --git a/TestTools/extmng.exp b/TestTools/extmng.exp
|
2020-11-17 06:09:54 +00:00
|
|
|
index cf6d989fc8f5..08324a1118ca 100644
|
2020-01-21 19:40:02 +00:00
|
|
|
--- a/TestTools/extmng.exp
|
|
|
|
+++ b/TestTools/extmng.exp
|
|
|
|
@@ -1,3 +1,4 @@
|
|
|
|
+#!/usr/bin/expect -f
|
|
|
|
# BEGIN_ICS_COPYRIGHT8 ****************************************
|
2020-11-17 06:09:54 +00:00
|
|
|
#
|
|
|
|
# Copyright (c) 2015-2020, Intel Corporation
|
2020-01-21 19:40:02 +00:00
|
|
|
diff --git a/TestTools/ib.exp b/TestTools/ib.exp
|
2020-11-17 06:09:54 +00:00
|
|
|
index 06c4a6ecc645..8e949cd3093b 100644
|
2020-01-21 19:40:02 +00:00
|
|
|
--- a/TestTools/ib.exp
|
|
|
|
+++ b/TestTools/ib.exp
|
|
|
|
@@ -1,3 +1,4 @@
|
|
|
|
+#!/usr/bin/expect -f
|
|
|
|
# BEGIN_ICS_COPYRIGHT8 ****************************************
|
|
|
|
#
|
|
|
|
# Copyright (c) 2015, Intel Corporation
|
|
|
|
diff --git a/TestTools/ibtools.exp b/TestTools/ibtools.exp
|
2020-11-17 06:09:54 +00:00
|
|
|
index 36b945c565eb..36bfdbffb1ad 100644
|
2020-01-21 19:40:02 +00:00
|
|
|
--- a/TestTools/ibtools.exp
|
|
|
|
+++ b/TestTools/ibtools.exp
|
|
|
|
@@ -1,3 +1,4 @@
|
|
|
|
+#!/usr/bin/expect -f
|
|
|
|
# BEGIN_ICS_COPYRIGHT8 ****************************************
|
|
|
|
#
|
|
|
|
# Copyright (c) 2015, Intel Corporation
|
|
|
|
diff --git a/TestTools/install.exp b/TestTools/install.exp
|
2020-11-17 06:09:54 +00:00
|
|
|
index 773676547a28..8f64eb3046b7 100644
|
2020-01-21 19:40:02 +00:00
|
|
|
--- a/TestTools/install.exp
|
|
|
|
+++ b/TestTools/install.exp
|
|
|
|
@@ -1,3 +1,4 @@
|
|
|
|
+#!/usr/bin/expect -f
|
|
|
|
# BEGIN_ICS_COPYRIGHT8 ****************************************
|
|
|
|
#
|
|
|
|
# Copyright (c) 2015, Intel Corporation
|
|
|
|
diff --git a/TestTools/mpi.exp b/TestTools/mpi.exp
|
2020-11-17 06:09:54 +00:00
|
|
|
index f3b7e29fb0d0..6d089c8f38be 100644
|
2020-01-21 19:40:02 +00:00
|
|
|
--- a/TestTools/mpi.exp
|
|
|
|
+++ b/TestTools/mpi.exp
|
|
|
|
@@ -1,3 +1,4 @@
|
|
|
|
+#!/usr/bin/expect -f
|
|
|
|
# BEGIN_ICS_COPYRIGHT8 ****************************************
|
2020-11-17 06:09:54 +00:00
|
|
|
#
|
|
|
|
# Copyright (c) 2015-2020, Intel Corporation
|
2020-01-21 19:40:02 +00:00
|
|
|
diff --git a/TestTools/network.exp b/TestTools/network.exp
|
2020-11-17 06:09:54 +00:00
|
|
|
index c1b8867019f0..b91a1ed1ce1c 100644
|
2020-01-21 19:40:02 +00:00
|
|
|
--- a/TestTools/network.exp
|
|
|
|
+++ b/TestTools/network.exp
|
|
|
|
@@ -1,3 +1,4 @@
|
|
|
|
+#!/usr/bin/expect -f
|
|
|
|
# BEGIN_ICS_COPYRIGHT8 ****************************************
|
|
|
|
#
|
|
|
|
# Copyright (c) 2015, Intel Corporation
|
|
|
|
diff --git a/TestTools/opa_to_xml.exp b/TestTools/opa_to_xml.exp
|
2020-11-17 06:09:54 +00:00
|
|
|
index f81f07ae8c00..f8aafa6e2324 100644
|
2020-01-21 19:40:02 +00:00
|
|
|
--- a/TestTools/opa_to_xml.exp
|
|
|
|
+++ b/TestTools/opa_to_xml.exp
|
|
|
|
@@ -1,3 +1,4 @@
|
|
|
|
+#!/usr/bin/expect -f
|
|
|
|
# BEGIN_ICS_COPYRIGHT8 ****************************************
|
2020-11-17 06:09:54 +00:00
|
|
|
#
|
|
|
|
# Copyright (c) 2015-2020, Intel Corporation
|
2020-01-21 19:40:02 +00:00
|
|
|
diff --git a/TestTools/proc_mgr.exp b/TestTools/proc_mgr.exp
|
2020-11-17 06:09:54 +00:00
|
|
|
index abcb65d214ec..94cb60fd8648 100644
|
2020-01-21 19:40:02 +00:00
|
|
|
--- a/TestTools/proc_mgr.exp
|
|
|
|
+++ b/TestTools/proc_mgr.exp
|
|
|
|
@@ -1,3 +1,4 @@
|
|
|
|
+#!/usr/bin/expect -f
|
|
|
|
# BEGIN_ICS_COPYRIGHT8 ****************************************
|
|
|
|
#
|
|
|
|
# Copyright (c) 2015, Intel Corporation
|
|
|
|
diff --git a/TestTools/sm_control.exp b/TestTools/sm_control.exp
|
2020-11-17 06:09:54 +00:00
|
|
|
index 7f08ccb0e6e0..bc89ad4d3f69 100644
|
2020-01-21 19:40:02 +00:00
|
|
|
--- a/TestTools/sm_control.exp
|
|
|
|
+++ b/TestTools/sm_control.exp
|
|
|
|
@@ -1,3 +1,4 @@
|
|
|
|
+#!/usr/bin/expect -f
|
|
|
|
# BEGIN_ICS_COPYRIGHT8 ****************************************
|
|
|
|
#
|
|
|
|
# Copyright (c) 2015, Intel Corporation
|
|
|
|
diff --git a/TestTools/switch_methods.exp b/TestTools/switch_methods.exp
|
2020-11-17 06:09:54 +00:00
|
|
|
index 9f1377397dcb..3b2b14f96d45 100644
|
2020-01-21 19:40:02 +00:00
|
|
|
--- a/TestTools/switch_methods.exp
|
|
|
|
+++ b/TestTools/switch_methods.exp
|
|
|
|
@@ -1,3 +1,4 @@
|
|
|
|
+#!/usr/bin/expect -f
|
|
|
|
# BEGIN_ICS_COPYRIGHT8 ****************************************
|
|
|
|
#
|
|
|
|
# Copyright (c) 2015, Intel Corporation
|
|
|
|
diff --git a/TestTools/target.exp b/TestTools/target.exp
|
2020-11-17 06:09:54 +00:00
|
|
|
index 8d8311aaa1a6..b0f7603e9219 100644
|
2020-01-21 19:40:02 +00:00
|
|
|
--- a/TestTools/target.exp
|
|
|
|
+++ b/TestTools/target.exp
|
|
|
|
@@ -1,3 +1,4 @@
|
|
|
|
+#!/usr/bin/expect -f
|
|
|
|
# BEGIN_ICS_COPYRIGHT8 ****************************************
|
2020-11-17 06:09:54 +00:00
|
|
|
#
|
|
|
|
# Copyright (c) 2015-2020, Intel Corporation
|
2020-01-21 19:40:02 +00:00
|
|
|
diff --git a/TestTools/tools.exp b/TestTools/tools.exp
|
2020-11-17 06:09:54 +00:00
|
|
|
index 850e7891b035..aa7f825d72da 100644
|
2020-01-21 19:40:02 +00:00
|
|
|
--- a/TestTools/tools.exp
|
|
|
|
+++ b/TestTools/tools.exp
|
|
|
|
@@ -1,3 +1,4 @@
|
|
|
|
+#!/usr/bin/expect -f
|
|
|
|
# BEGIN_ICS_COPYRIGHT8 ****************************************
|
|
|
|
#
|
|
|
|
# Copyright (c) 2015, Intel Corporation
|
|
|
|
--
|
2020-11-17 06:09:54 +00:00
|
|
|
2.25.4
|
2020-01-21 19:40:02 +00:00
|
|
|
|