From 1975d709aa513e36c7a7c1cc618f11de2ce4c22a Mon Sep 17 00:00:00 2001 From: Jamo Luhrsen Date: Thu, 20 Feb 2020 22:56:06 -0800 Subject: [PATCH] Add soft link for rfc8040 version of testplan releng/builder code defines it's basic csit jobs to use a testplan name of the format {project}-{functionality}.txt with a new job flavor using a {functionality} of userfeatures-rfc8040, but still wanting to use the same testplan, the easiest way to accomplish that is with this soft link. Change-Id: Ie269ec4430a9c2b8e06b02e582d392df15d8b447 Signed-off-by: Jamo Luhrsen --- csit/testplans/netconf-userfeatures-rfc8040-neon.txt | 1 + csit/testplans/netconf-userfeatures-rfc8040.txt | 1 + 2 files changed, 2 insertions(+) create mode 120000 csit/testplans/netconf-userfeatures-rfc8040-neon.txt create mode 120000 csit/testplans/netconf-userfeatures-rfc8040.txt diff --git a/csit/testplans/netconf-userfeatures-rfc8040-neon.txt b/csit/testplans/netconf-userfeatures-rfc8040-neon.txt new file mode 120000 index 0000000000..ce3f5608d8 --- /dev/null +++ b/csit/testplans/netconf-userfeatures-rfc8040-neon.txt @@ -0,0 +1 @@ +./netconf-userfeatures-neon.txt \ No newline at end of file diff --git a/csit/testplans/netconf-userfeatures-rfc8040.txt b/csit/testplans/netconf-userfeatures-rfc8040.txt new file mode 120000 index 0000000000..c861966d58 --- /dev/null +++ b/csit/testplans/netconf-userfeatures-rfc8040.txt @@ -0,0 +1 @@ +./netconf-userfeatures.txt \ No newline at end of file -- 2.36.6