change: remove dial ping and dns

This commit is contained in:
lilong.129
2023-05-31 21:22:25 +08:00
parent 383263b44d
commit d5554b38ac
12 changed files with 1 additions and 533 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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