Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
plugin
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
link33
plugin
Commits
80648a11
Commit
80648a11
authored
May 29, 2019
by
mdj33
Committed by
vipwzw
May 30, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modify rule
parent
a1b6b9c1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
testcase_compose_rule.md
plugin/dapp/testcase_compose_rule.md
+9
-9
No files found.
plugin/dapp/testcase_compose_rule.md
View file @
80648a11
...
...
@@ -15,15 +15,15 @@ cmd目录下有两个文件Makefile和build.sh 负责在make时候把build里面
也可以通过dapp参数关键字all来run所有的dapp, all模式会自动删除pass的dapp的资源
1.
make docker-compose
[
PROJ=xx
]
[
DAPP
=xx
]
1.
如果
PROJ 和DAPP
都不设置如 make docker-compose, 只会run 系统的test case,不会run任何dapp
1.
如果
PROJ
不设置,系统会缺省采用build关键字作为docker-compose的service工程名,如果设置以设置为准,
不同
PROJ
可以实现docker compose 并行
1.
如果
DAPP不设置,则不run任何dapp,如果设置,则只run 指定的dapp,run结束后需要手动 make docker-compose-down DAPP
=xx释放
1.
如果
DAPP
=all 或者ALL, 则run 所有提供testcase的dapp
1.
make docker-compose down
[
PROJ=xx
]
[
DAPP
=xx
]
负责clean make docker-compose 或make fork-test 创建了的docker资源,
PROJ 和DAPP
规则同上
1.
make fork-test
[
PROJ=xx
]
[
DAPP
=xx
]
分叉测试
1.
make docker-compose
[
proj=xx
]
[
dapp
=xx
]
1.
如果
proj 和dapp
都不设置如 make docker-compose, 只会run 系统的test case,不会run任何dapp
1.
如果
proj
不设置,系统会缺省采用build关键字作为docker-compose的service工程名,如果设置以设置为准,
不同
proj
可以实现docker compose 并行
1.
如果
dapp不设置,则不run任何dapp,如果设置,则只run 指定的dapp,run结束后需要手动 make docker-compose-down dapp
=xx释放
1.
如果
dapp
=all 或者ALL, 则run 所有提供testcase的dapp
1.
make docker-compose down
[
proj=xx
]
[
dapp
=xx
]
负责clean make docker-compose 或make fork-test 创建了的docker资源,
proj 和dapp
规则同上
1.
make fork-test
[
proj=xx
]
[
dapp
=xx
]
分叉测试
1.
规则同make docker-compose
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment