[LTP] [COMMITTED] [PATCH] network/sctp_big_chunk: Add linux git tag
Cyril Hrubis
chrubis@suse.cz
Fri Nov 22 11:05:08 CET 2019
Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
---
testcases/network/sctp/sctp_big_chunk.c | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/testcases/network/sctp/sctp_big_chunk.c b/testcases/network/sctp/sctp_big_chunk.c
index 4ebdcb20f..ceb91c5b9 100644
--- a/testcases/network/sctp/sctp_big_chunk.c
+++ b/testcases/network/sctp/sctp_big_chunk.c
@@ -182,5 +182,9 @@ static struct tst_test test = {
.setup = setup,
.forks_child = 1,
.test_all = run,
- .options = options
+ .options = options,
+ .tags = (const struct tst_tag[]) {
+ {"linux-git", "07f2c7ab6f8d"},
+ {}
+ }
};
--
2.21.0
More information about the ltp
mailing list