mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-28 02:51:42 +08:00
change: remove dial ping and dns
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
- refactor: merge ActionOption with DataOption
|
||||
- change: exit with AndroidShellExecError code for adb shell failure
|
||||
- change: request vedem ocr with uploading image
|
||||
- change: remove ping/dns sub commands
|
||||
|
||||
## v4.3.3 (2023-04-19)
|
||||
|
||||
|
||||
@@ -32,8 +32,6 @@ Copyright 2017 debugtalk
|
||||
* [hrp boom](hrp_boom.md) - run load test with boomer
|
||||
* [hrp build](hrp_build.md) - build plugin for testing
|
||||
* [hrp convert](hrp_convert.md) - convert multiple source format to HttpRunner JSON/YAML/gotest/pytest cases
|
||||
* [hrp dns](hrp_dns.md) - DNS resolution for different source and record types
|
||||
* [hrp ping](hrp_ping.md) - run integrated ping command
|
||||
* [hrp pytest](hrp_pytest.md) - run API test with pytest
|
||||
* [hrp run](hrp_run.md) - run API test with go engine
|
||||
* [hrp startproject](hrp_startproject.md) - create a scaffold project
|
||||
|
||||
@@ -1,29 +0,0 @@
|
||||
## hrp dns
|
||||
|
||||
DNS resolution for different source and record types
|
||||
|
||||
```
|
||||
hrp dns $url [flags]
|
||||
```
|
||||
|
||||
### Options
|
||||
|
||||
```
|
||||
--dns-record int DNS record type
|
||||
1: A
|
||||
28: AAAA
|
||||
5: CNAME (default 1)
|
||||
--dns-server string DNS server, only available for local DNS source
|
||||
--dns-source int DNS source type
|
||||
0: local DNS
|
||||
1: http DNS
|
||||
2: google DNS
|
||||
-h, --help help for dns
|
||||
--save-tests Save DNS resolution result as json
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [hrp](hrp.md) - Next-Generation API Testing Solution.
|
||||
|
||||
###### Auto generated by spf13/cobra on 31-May-2023
|
||||
@@ -1,23 +0,0 @@
|
||||
## hrp ping
|
||||
|
||||
run integrated ping command
|
||||
|
||||
```
|
||||
hrp ping $url [flags]
|
||||
```
|
||||
|
||||
### Options
|
||||
|
||||
```
|
||||
-c, --count int Stop after sending (and receiving) N packets (default 10)
|
||||
-h, --help help for ping
|
||||
-i, --interval duration Wait N seconds between sending each packet (default 1s)
|
||||
--save-tests Save ping result as json
|
||||
-t, --timeout duration Ping exits after N seconds (default 20s)
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [hrp](hrp.md) - Next-Generation API Testing Solution.
|
||||
|
||||
###### Auto generated by spf13/cobra on 31-May-2023
|
||||
@@ -1,22 +0,0 @@
|
||||
## hrp traceroute
|
||||
|
||||
run integrated traceroute command
|
||||
|
||||
```
|
||||
hrp traceroute $url [flags]
|
||||
```
|
||||
|
||||
### Options
|
||||
|
||||
```
|
||||
-h, --help help for traceroute
|
||||
-m, --max-hops int Set the max number of hops (max TTL to be reached) (default 30)
|
||||
-q, --queries int Set the number of probes per each hop (default 1)
|
||||
--save-tests Save traceroute result as json
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [hrp](hrp.md) - Next-Generation API Testing Solution.
|
||||
|
||||
###### Auto generated by spf13/cobra on 21-Oct-2022
|
||||
Reference in New Issue
Block a user