mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
provisioning: place testfiles within testdata folder
This commit is contained in:
parent
a1e6c31ec1
commit
1411709db1
@ -71,12 +71,3 @@ datasources:
|
|||||||
authType: credentials
|
authType: credentials
|
||||||
defaultRegion: eu-west-2
|
defaultRegion: eu-west-2
|
||||||
|
|
||||||
- name: Cloudwatch keys
|
|
||||||
type: cloudwatch
|
|
||||||
editable: true
|
|
||||||
jsonData:
|
|
||||||
authType: keys
|
|
||||||
defaultRegion: eu-west-2
|
|
||||||
secureJsonData:
|
|
||||||
accessKey: AKIAJL347VWN6MK63N2A
|
|
||||||
secretKey: QyvfyvnQs4foDt7X+Xcu+WjNqfxfTC7PbG6Jf0Fk
|
|
||||||
|
@ -13,12 +13,12 @@ import (
|
|||||||
var (
|
var (
|
||||||
logger log.Logger = log.New("fake.log")
|
logger log.Logger = log.New("fake.log")
|
||||||
|
|
||||||
twoDatasourcesConfig = "./test-configs/two-datasources"
|
twoDatasourcesConfig = "testdata/two-datasources"
|
||||||
twoDatasourcesConfigPurgeOthers = "./test-configs/insert-two-delete-two"
|
twoDatasourcesConfigPurgeOthers = "testdata/insert-two-delete-two"
|
||||||
doubleDatasourcesConfig = "./test-configs/double-default"
|
doubleDatasourcesConfig = "testdata/double-default"
|
||||||
allProperties = "./test-configs/all-properties"
|
allProperties = "testdata/all-properties"
|
||||||
versionZero = "./test-configs/version-0"
|
versionZero = "testdata/version-0"
|
||||||
brokenYaml = "./test-configs/broken-yaml"
|
brokenYaml = "testdata/broken-yaml"
|
||||||
|
|
||||||
fakeRepo *fakeRepository
|
fakeRepo *fakeRepository
|
||||||
)
|
)
|
||||||
|
0
pkg/services/provisioning/datasources/testdata/zero-datasources/placeholder-for-git
vendored
Normal file
0
pkg/services/provisioning/datasources/testdata/zero-datasources/placeholder-for-git
vendored
Normal file
Loading…
Reference in New Issue
Block a user