Skip to content

Commit 6b50f9e

Browse files
committed
excel input test
1 parent 9ce3fb0 commit 6b50f9e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

examples/client/multi-image/generate-clone.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@ le:testcontainer:2.4,\
99
login-app-ui:testcontainer:2.4,\
1010
nlv:testcontainer:2.4"
1111

12+
SPECFILE=~/Documents/Ciena/excelparameters/BP_SampleProduct.xlsx
13+
14+
ls -l $SPECFILE
15+
1216
COMMAND="python3 examples/client/multi-image/manage_project_structure.py"
1317

14-
$COMMAND -u $BD_URL -t token -nv -pg "Test Group" -p P3 -pv 2.4 -sp $SUBPROJECTS --clone-from 2.3 $@
18+
# $COMMAND -u $BD_URL -t token -nv -pg "Test Group" -p P3 -pv 2.4 -sp $SUBPROJECTS --clone-from 2.3 $@
19+
$COMMAND -u $BD_URL -t token -nv -pg "Test Group" -p P3 -pv 2.4 -ssf $SPECFILE --clone-from 2.3 $@
1520

0 commit comments

Comments
 (0)