Skip to content

Commit

Permalink
include/stress-ng: CONFIG_IP_DCCP is needed when run stress-ng-dccp
Browse files Browse the repository at this point in the history
1. add CONFIG_IP_DCCP when stress-ng-dccp

2. change define kconfig under certain group or test

Link: https://cateee.net/lkddb/web-lkddb/IP_DCCP.html
Signed-off-by: Ma Xinjian <[email protected]>
Signed-off-by: Philip Li <[email protected]>
  • Loading branch information
Ma Xinjian authored and rli9 committed Sep 17, 2021
1 parent 6d91fab commit fbaabfb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions include/stress-ng
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
need_kconfig:
% if ___.class == "security"
- SECURITY_APPARMOR: y
% elsif ___.test == "verity"
- FS_VERITY: y, v5.4-rc1
% elsif ___.test == "dccp"
- IP_DCCP: y
% end

0 comments on commit fbaabfb

Please sign in to comment.