changed generate_test_case.sh

This commit is contained in:
2021-07-16 17:29:54 +04:00
parent 1a0184406d
commit de14a5fb06
3 changed files with 2 additions and 5 deletions

2
.gitignore vendored
View File

@@ -12,4 +12,4 @@ config.json
#ignore generated iptables
p2p/iptable/
#ignore plugins added
plugin/deploy
plugin/deploy/

View File

@@ -12,9 +12,6 @@ build:
configfile:
./p2prc --SetDefaultConfig
testcases:
sh plugin/generate_test_case.sh
run:
go run main.go

View File

@@ -1 +1 @@
cp -r plugin/TestAnsible/ deploy/
cp -r TestAnsible/ deploy/