add basic tests

This commit is contained in:
Ryan McKinley
2025-06-19 23:42:39 +03:00
parent 1d218d01b2
commit 5a338adf47
6 changed files with 296 additions and 76 deletions
@@ -0,0 +1,22 @@
{
"metadata": {
"name": "cejobd88i85j4d",
"namespace": "default",
"uid": "IGIUtEQS21DtLpBG2rSGfuDoUX8cwsGrtb5aXauYeA4X",
"resourceVersion": "1745320815000",
"generation": 2,
"creationTimestamp": "2025-04-22T11:20:11Z"
},
"spec": {
"title": "grafana-testdata-datasource",
"access": "proxy",
"isDefault": true,
"url": "http://something/",
"database": "db",
"jsonData": {
"aaa": "bbb",
"bbb": true,
"ccc": 1.234
}
}
}
@@ -0,0 +1,21 @@
{
"name": "grafana-testdata-datasource",
"type": "???",
"access": "proxy",
"url": "http://something/",
"database": "db",
"user": "",
"basicAuth": false,
"basicAuthUser": "",
"withCredentials": false,
"isDefault": true,
"jsonData": {
"aaa": "bbb",
"bbb": true,
"ccc": 1.234
},
"secureJsonData": null,
"uid": "cejobd88i85j4d",
"apiVersion": "",
"IsPrunable": false
}
@@ -0,0 +1,22 @@
{
"name": "grafana-testdata-datasource",
"type": "???",
"access": "proxy",
"url": "http://something/",
"user": "",
"database": "db",
"basicAuth": false,
"basicAuthUser": "",
"withCredentials": false,
"isDefault": true,
"jsonData": {
"aaa": "bbb",
"bbb": true,
"ccc": 1.234
},
"secureJsonData": null,
"version": 2,
"uid": "cejobd88i85j4d",
"apiVersion": "",
"IsPrunable": false
}