diff options
author | Tibor Frank <tifrank@cisco.com> | 2022-03-07 15:38:43 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2022-03-07 15:38:43 +0100 |
commit | 66b5b6897970df27148333c97b04d81c265d9900 (patch) | |
tree | 676b00db998bd5281f94984d6fe82981241ba850 | |
parent | 51e49d62566faaaa652837ad9cf7766d2810fc61 (diff) |
Report: Add rls data
Change-Id: I5df46e3b38b0e34bb50089d43ee30c16b2fc22c8
Signed-off-by: Tibor Frank <tifrank@cisco.com>
-rw-r--r-- | resources/tools/presentation/specifications/report/data_sets.yaml | 11 | ||||
-rw-r--r-- | resources/tools/presentation/specifications/report/elements.yaml | 20 |
2 files changed, 16 insertions, 15 deletions
diff --git a/resources/tools/presentation/specifications/report/data_sets.yaml b/resources/tools/presentation/specifications/report/data_sets.yaml index 9aa5df4922..13848d8b76 100644 --- a/resources/tools/presentation/specifications/report/data_sets.yaml +++ b/resources/tools/presentation/specifications/report/data_sets.yaml @@ -522,7 +522,7 @@ - 20 # rls2202.rel NDRPDR cov env 9 # - 21 # rls2202.rel NDRPDR cov env 9 # - 22 # rls2202.rel NDRPDR cov env 9 - # - 23 # rls2202.rel NDRPDR cov env 9 + - 23 # rls2202.rel NDRPDR cov env 9 # - 24 # rls2202.rel NDRPDR cov env 9 # - 25 # rls2202.rel NDRPDR cov env 9 # - 26 # rls2202.rel NDRPDR cov env 9 @@ -884,11 +884,11 @@ - 21 # rls2202.rel NDRPDR cov env 9 - 22 # rls2202.rel NDRPDR cov env 9 - 23 # rls2202.rel NDRPDR cov env 9 - # - 24 # rls2202.rel NDRPDR cov env 9 + - 24 # rls2202.rel NDRPDR cov env 9 # - 25 # rls2202.rel NDRPDR cov env 9 # - 26 # rls2202.rel NDRPDR cov env 9 # - 27 # rls2202.rel NDRPDR cov env 9 - # - 28 # rls2202.rel NDRPDR cov env 9 + - 28 # rls2202.rel NDRPDR cov env 9 # - 29 # rls2202.rel NDRPDR cov env 9 # - 30 # rls2202.rel NDRPDR cov env 9 # - 31 # rls2202.rel NDRPDR cov env 9 @@ -1019,14 +1019,14 @@ - 16 # rls2202.rel NDRPDR cov env 9 - 17 # rls2202.rel NDRPDR cov env 9 - 18 # rls2202.rel NDRPDR cov env 9 - # - 19 # rls2202.rel NDRPDR cov env 9 + - 19 # rls2202.rel NDRPDR cov env 9 - 20 # rls2202.rel NDRPDR cov env 9 - 21 # rls2202.rel NDRPDR cov env 9 # - 22 # rls2202.rel NDRPDR cov env 9 - 23 # rls2202.rel NDRPDR cov env 9 - 24 # rls2202.rel NDRPDR cov env 9 # - 25 # rls2202.rel NDRPDR cov env 9 - # - 26 # rls2202.rel NDRPDR cov env 9 + - 26 # rls2202.rel NDRPDR cov env 9 # - 27 # rls2202.rel NDRPDR cov env 9 # - 28 # rls2202.rel NDRPDR cov env 9 @@ -1337,6 +1337,7 @@ - 36 # rls2202.rel NDRPDR nf-density iter env 9 - 43 # rls2202.rel NDRPDR nf-density iter env 9 - 45 # rls2202.rel NDRPDR nf-density iter env 9 + - 46 # rls2202.rel NDRPDR nf-density iter env 9 - 54 # rls2202.rel NDRPDR nf-density iter env 9 vpp-2n-icx-curr-nfv-mrr: diff --git a/resources/tools/presentation/specifications/report/elements.yaml b/resources/tools/presentation/specifications/report/elements.yaml index 30d6346674..a0cf2f3eda 100644 --- a/resources/tools/presentation/specifications/report/elements.yaml +++ b/resources/tools/presentation/specifications/report/elements.yaml @@ -357,8 +357,8 @@ build: "17" - job-spec: "ip4-03" build: "18" -# - job-spec: "ip4-04" -# build: "19" + - job-spec: "ip4-04" + build: "19" - job-spec: "ip4-05" build: "20" - job-spec: "ip4-06" @@ -371,8 +371,8 @@ build: "24" # - job-spec: "l2-01" # build: "25" -# - job-spec: "l2-02" -# build: "26" + - job-spec: "l2-02" + build: "26" # - job-spec: "l2-03" # build: "27" # - job-spec: "l2-04" @@ -414,8 +414,8 @@ # build: "21" # - job-spec: "ip4-05" # build: "22" -# - job-spec: "ip4tun-00" -# build: "23" + - job-spec: "ip4tun-00" + build: "23" # - job-spec: "ip6-00" # build: "24" # - job-spec: "ip6-01" @@ -593,16 +593,16 @@ build: "22" - job-spec: "ip6-00" build: "23" -# - job-spec: "ip6-01" -# build: "24" + - job-spec: "ip6-01" + build: "24" # - job-spec: "l2-00" # build: "25" # - job-spec: "l2-01" # build: "26" # - job-spec: "l2-02" # build: "27" -# - job-spec: "l2-03" -# build: "28" + - job-spec: "l2-03" + build: "28" # - job-spec: "l2-04" # build: "29" # - job-spec: "memif-00" |