Skip to content

Commit

Permalink
Adding 3 tests for l2 env files, test
Browse files Browse the repository at this point in the history
  • Loading branch information
lovestaco committed Jul 21, 2023
1 parent 873d083 commit a8bcbed
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions elfparser/ElfTestSuite/no_l2config/api/l2.env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export AHOST=`echo http://httpbin.org`
2 changes: 2 additions & 0 deletions elfparser/ElfTestSuite/no_l2config/api/y_0021_no_l2config.l2
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
GET
${AHOST}/get
2 changes: 2 additions & 0 deletions elfparser/ElfTestSuite/no_l2env/api/y_0022_no_l2env.l2
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
GET
${AHOST}/get
2 changes: 2 additions & 0 deletions elfparser/ElfTestSuite/no_l2env/l2config.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export AHOST=`echo NO URL`
export BHOST="https://httpbin.org"
1 change: 1 addition & 0 deletions elfparser/ElfTestSuite/same_level_env/l2.env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export AHOST=`echo http://httpbin.org`
2 changes: 2 additions & 0 deletions elfparser/ElfTestSuite/same_level_env/l2config.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export AHOST=`echo NO URL`
export BHOST="https://httpbin.org"
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
GET
${AHOST}/get

0 comments on commit a8bcbed

Please sign in to comment.