Skip to content

Commit

Permalink
Fix the daemondata test
Browse files Browse the repository at this point in the history
  • Loading branch information
cvaroqui committed Sep 10, 2023
1 parent 837ce29 commit 66dac3d
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions daemon/daemondata/testdata/full-node2-t1.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@
"kind": "svc",
"provisioned": "true",
"updated_at": "2022-12-29T13:45:06.978675685+01:00",
"resources": [
{
"rid": "fs#1",
"resources": {
"fs#1": {
"label": "flag /dev/shm/opensvc/svc/foo/fs#1.flag",
"status": "down",
"type": "fs.flag",
Expand All @@ -44,8 +43,7 @@
"state": "true"
}
},
{
"rid": "fs#2",
"fs#2": {
"label": "flag /dev/shm/opensvc/svc/foo/fs#2.flag",
"status": "down",
"type": "fs.flag",
Expand All @@ -55,8 +53,7 @@
},
"optional": true
},
{
"rid": "fs#3",
"fs#3": {
"label": "flag /dev/shm/opensvc/svc/foo/fs#3.flag",
"status": "down",
"type": "fs.flag",
Expand All @@ -65,8 +62,7 @@
"state": "true"
}
},
{
"rid": "fs#4",
"fs#4": {
"label": "flag /dev/shm/opensvc/svc/foo/fs#4.flag",
"status": "down",
"type": "fs.flag",
Expand All @@ -75,7 +71,7 @@
"state": "true"
}
}
]
}
}
}
},
Expand Down

0 comments on commit 66dac3d

Please sign in to comment.