ci: bringe the test names fixture up to date (#7251)
This commit is contained in:
parent
a00dfc0c27
commit
44a5dcb023
|
@ -2604,6 +2604,19 @@
|
|||
"model": "doc.state",
|
||||
"pk": 179
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"desc": "The editorial stream processing of this document is complete and it has been sent to the RFC Editor for publication. The document may be in the RFC Editor's queue, or it may have been published as an RFC; this state doesn't distinguish between different states occurring after the document has left the RSAB.",
|
||||
"name": "Sent to the RFC Editor",
|
||||
"next_states": [],
|
||||
"order": 10,
|
||||
"slug": "rfc-edit",
|
||||
"type": "draft-stream-editorial",
|
||||
"used": true
|
||||
},
|
||||
"model": "doc.state",
|
||||
"pk": 180
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"label": "State"
|
||||
|
@ -2660,13 +2673,6 @@
|
|||
"model": "doc.statetype",
|
||||
"pk": "draft"
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"label": "IANA state"
|
||||
},
|
||||
"model": "doc.statetype",
|
||||
"pk": "draft-iana"
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"label": "IANA Action state"
|
||||
|
@ -11286,8 +11292,8 @@
|
|||
},
|
||||
{
|
||||
"fields": {
|
||||
"desc": "Issuer Tracker",
|
||||
"name": "Issuer Tracker",
|
||||
"desc": "Issue Tracker",
|
||||
"name": "Issue Tracker",
|
||||
"order": 0,
|
||||
"type": "url",
|
||||
"used": true
|
||||
|
@ -13368,6 +13374,16 @@
|
|||
"model": "name.rolename",
|
||||
"pk": "lead"
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"desc": "",
|
||||
"name": "Lead Maintainer",
|
||||
"order": 0,
|
||||
"used": true
|
||||
},
|
||||
"model": "name.rolename",
|
||||
"pk": "leadmaintainer"
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"desc": "",
|
||||
|
@ -16778,7 +16794,7 @@
|
|||
"fields": {
|
||||
"command": "xym",
|
||||
"switch": "--version",
|
||||
"time": "2024-02-21T08:06:28.313Z",
|
||||
"time": "2024-03-21T07:06:23.405Z",
|
||||
"used": true,
|
||||
"version": "xym 0.7.0"
|
||||
},
|
||||
|
@ -16789,7 +16805,7 @@
|
|||
"fields": {
|
||||
"command": "pyang",
|
||||
"switch": "--version",
|
||||
"time": "2024-02-21T08:06:28.663Z",
|
||||
"time": "2024-03-21T07:06:23.755Z",
|
||||
"used": true,
|
||||
"version": "pyang 2.6.0"
|
||||
},
|
||||
|
@ -16800,7 +16816,7 @@
|
|||
"fields": {
|
||||
"command": "yanglint",
|
||||
"switch": "--version",
|
||||
"time": "2024-02-21T08:06:28.685Z",
|
||||
"time": "2024-03-21T07:06:23.773Z",
|
||||
"used": true,
|
||||
"version": "yanglint SO 1.9.2"
|
||||
},
|
||||
|
@ -16811,9 +16827,9 @@
|
|||
"fields": {
|
||||
"command": "xml2rfc",
|
||||
"switch": "--version",
|
||||
"time": "2024-02-21T08:06:29.492Z",
|
||||
"time": "2024-03-21T07:06:24.609Z",
|
||||
"used": true,
|
||||
"version": "xml2rfc 3.19.4"
|
||||
"version": "xml2rfc 3.20.1"
|
||||
},
|
||||
"model": "utils.versioninfo",
|
||||
"pk": 4
|
||||
|
|
Loading…
Reference in a new issue