mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-23 20:12:09 +03:00
Rename integration tests option_foo* to foo_option*.
This commit is contained in:
parent
1d8f45f4b9
commit
886f687635
@ -1,5 +1,5 @@
|
||||
error: HTTP connection
|
||||
--> tests_failed/option_max_redirect.hurl:1:5
|
||||
--> tests_failed/max_redirect_option.hurl:1:5
|
||||
|
|
||||
1 | GET http://localhost:8000/redirect/7
|
||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ too many redirect
|
@ -1,3 +1,3 @@
|
||||
Set-StrictMode -Version latest
|
||||
$ErrorActionPreference = 'Stop'
|
||||
hurl tests_failed/option_max_redirect.hurl
|
||||
hurl tests_failed/max_redirect_option.hurl
|
3
integration/tests_failed/max_redirect_option.sh
Executable file
3
integration/tests_failed/max_redirect_option.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
set -Eeuo pipefail
|
||||
hurl tests_failed/max_redirect_option.hurl
|
@ -1,3 +0,0 @@
|
||||
#!/bin/bash
|
||||
set -Eeuo pipefail
|
||||
hurl tests_failed/option_max_redirect.hurl
|
@ -1,3 +0,0 @@
|
||||
#!/bin/bash
|
||||
set -Eeuo pipefail
|
||||
hurl tests_failed/option_retry.hurl --verbose
|
@ -36,7 +36,7 @@
|
||||
<
|
||||
*
|
||||
* Assert status code
|
||||
* --> tests_failed/option_retry.hurl:5:6
|
||||
* --> tests_failed/retry_option.hurl:5:6
|
||||
* |
|
||||
* 5 | HTTP 200
|
||||
* | ^^^ actual value is <404>
|
||||
@ -75,7 +75,7 @@
|
||||
<
|
||||
*
|
||||
* Assert status code
|
||||
* --> tests_failed/option_retry.hurl:5:6
|
||||
* --> tests_failed/retry_option.hurl:5:6
|
||||
* |
|
||||
* 5 | HTTP 200
|
||||
* | ^^^ actual value is <404>
|
||||
@ -116,7 +116,7 @@
|
||||
* Retry max count reached, no more retry
|
||||
*
|
||||
error: Assert status code
|
||||
--> tests_failed/option_retry.hurl:5:6
|
||||
--> tests_failed/retry_option.hurl:5:6
|
||||
|
|
||||
5 | HTTP 200
|
||||
| ^^^ actual value is <404>
|
@ -1,3 +1,3 @@
|
||||
Set-StrictMode -Version latest
|
||||
$ErrorActionPreference = 'Stop'
|
||||
hurl tests_failed/option_retry.hurl --verbose
|
||||
hurl tests_failed/retry_option.hurl --verbose
|
3
integration/tests_failed/retry_option.sh
Executable file
3
integration/tests_failed/retry_option.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
set -Eeuo pipefail
|
||||
hurl tests_failed/retry_option.hurl --verbose
|
@ -1,3 +1,3 @@
|
||||
Set-StrictMode -Version latest
|
||||
$ErrorActionPreference = 'Stop'
|
||||
hurl tests_ok/option_compressed.hurl --verbose
|
||||
hurl tests_ok/compressed_option.hurl --verbose
|
3
integration/tests_ok/compressed_option.sh
Executable file
3
integration/tests_ok/compressed_option.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
set -Eeuo pipefail
|
||||
hurl tests_ok/compressed_option.hurl --verbose
|
@ -1,3 +1,3 @@
|
||||
Set-StrictMode -Version latest
|
||||
$ErrorActionPreference = 'Stop'
|
||||
hurl tests_ok/option_follow_redirect.hurl --verbose
|
||||
hurl tests_ok/follow_redirect_option.hurl --verbose
|
3
integration/tests_ok/follow_redirect_option.sh
Executable file
3
integration/tests_ok/follow_redirect_option.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
set -Eeuo pipefail
|
||||
hurl tests_ok/follow_redirect_option.hurl --verbose
|
@ -1,3 +1,3 @@
|
||||
Set-StrictMode -Version latest
|
||||
$ErrorActionPreference = 'Stop'
|
||||
hurl tests_ok/option_insecure.hurl --verbose
|
||||
hurl tests_ok/insecure_option.hurl --verbose
|
3
integration/tests_ok/insecure_option.sh
Executable file
3
integration/tests_ok/insecure_option.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
set -Eeuo pipefail
|
||||
hurl tests_ok/insecure_option.hurl --verbose
|
@ -1,3 +0,0 @@
|
||||
#!/bin/bash
|
||||
set -Eeuo pipefail
|
||||
hurl tests_ok/option_compressed.hurl --verbose
|
@ -1,3 +0,0 @@
|
||||
#!/bin/bash
|
||||
set -Eeuo pipefail
|
||||
hurl tests_ok/option_follow_redirect.hurl --verbose
|
@ -1,3 +0,0 @@
|
||||
#!/bin/bash
|
||||
set -Eeuo pipefail
|
||||
hurl tests_ok/option_insecure.hurl --verbose
|
@ -1,3 +0,0 @@
|
||||
Set-StrictMode -Version latest
|
||||
$ErrorActionPreference = 'Stop'
|
||||
hurl tests_ok/option_retry.hurl --verbose --json
|
@ -1,3 +0,0 @@
|
||||
#!/bin/bash
|
||||
set -Eeuo pipefail
|
||||
hurl tests_ok/option_retry.hurl --verbose --json
|
@ -1,3 +0,0 @@
|
||||
#!/bin/bash
|
||||
set -Eeuo pipefail
|
||||
hurl tests_ok/option_verbose.hurl
|
@ -65,7 +65,7 @@
|
||||
<
|
||||
*
|
||||
* Assert failure
|
||||
* --> tests_ok/option_retry.hurl:19:0
|
||||
* --> tests_ok/retry_option.hurl:19:0
|
||||
* |
|
||||
* 19 | jsonpath "$.state" == "COMPLETED"
|
||||
* | actual: string <RUNNING>
|
||||
@ -105,7 +105,7 @@
|
||||
<
|
||||
*
|
||||
* Assert failure
|
||||
* --> tests_ok/option_retry.hurl:19:0
|
||||
* --> tests_ok/retry_option.hurl:19:0
|
||||
* |
|
||||
* 19 | jsonpath "$.state" == "COMPLETED"
|
||||
* | actual: string <RUNNING>
|
||||
@ -145,7 +145,7 @@
|
||||
<
|
||||
*
|
||||
* Assert failure
|
||||
* --> tests_ok/option_retry.hurl:19:0
|
||||
* --> tests_ok/retry_option.hurl:19:0
|
||||
* |
|
||||
* 19 | jsonpath "$.state" == "COMPLETED"
|
||||
* | actual: string <RUNNING>
|
||||
@ -185,7 +185,7 @@
|
||||
<
|
||||
*
|
||||
* Assert failure
|
||||
* --> tests_ok/option_retry.hurl:19:0
|
||||
* --> tests_ok/retry_option.hurl:19:0
|
||||
* |
|
||||
* 19 | jsonpath "$.state" == "COMPLETED"
|
||||
* | actual: string <RUNNING>
|
File diff suppressed because one or more lines are too long
3
integration/tests_ok/retry_option.ps1
Normal file
3
integration/tests_ok/retry_option.ps1
Normal file
@ -0,0 +1,3 @@
|
||||
Set-StrictMode -Version latest
|
||||
$ErrorActionPreference = 'Stop'
|
||||
hurl tests_ok/retry_option.hurl --verbose --json
|
3
integration/tests_ok/retry_option.sh
Executable file
3
integration/tests_ok/retry_option.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
set -Eeuo pipefail
|
||||
hurl tests_ok/retry_option.hurl --verbose --json
|
@ -1,3 +1,3 @@
|
||||
Set-StrictMode -Version latest
|
||||
$ErrorActionPreference = 'Stop'
|
||||
hurl tests_ok/option_verbose.hurl
|
||||
hurl tests_ok/verbose_option.hurl
|
3
integration/tests_ok/verbose_option.sh
Executable file
3
integration/tests_ok/verbose_option.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
set -Eeuo pipefail
|
||||
hurl tests_ok/verbose_option.hurl
|
Loading…
Reference in New Issue
Block a user