changed generate_test_case.sh
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -12,4 +12,4 @@ config.json
|
||||
#ignore generated iptables
|
||||
p2p/iptable/
|
||||
#ignore plugins added
|
||||
plugin/deploy
|
||||
plugin/deploy/
|
||||
3
Makefile
3
Makefile
@@ -12,9 +12,6 @@ build:
|
||||
configfile:
|
||||
./p2prc --SetDefaultConfig
|
||||
|
||||
testcases:
|
||||
sh plugin/generate_test_case.sh
|
||||
|
||||
run:
|
||||
go run main.go
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
cp -r plugin/TestAnsible/ deploy/
|
||||
cp -r TestAnsible/ deploy/
|
||||
|
||||
Reference in New Issue
Block a user