diff options
author | Guangrong Fu <fu.guangrong@zte.com.cn> | 2021-12-01 14:22:37 +0800 |
---|---|---|
committer | Guangrong Fu <fu.guangrong@zte.com.cn> | 2021-12-01 15:25:34 +0800 |
commit | 5cc6fc1a762c547f420ce281deac69f02f6c2b83 (patch) | |
tree | f59492080a97a46699cffa634a19423e0050f06d /rulemgt/src/test/resources/index-rule-spaces-test.json | |
parent | 2eedf476653c9054d946332a15b62d465619abd4 (diff) |
Change rule retrieval from CBS to ConfigMap
Issue-ID: HOLMES-488
Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
Change-Id: I89f4d47b9b2e0f1c9c9d32083a146d54d0000c5d
Diffstat (limited to 'rulemgt/src/test/resources/index-rule-spaces-test.json')
-rw-r--r-- | rulemgt/src/test/resources/index-rule-spaces-test.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/rulemgt/src/test/resources/index-rule-spaces-test.json b/rulemgt/src/test/resources/index-rule-spaces-test.json new file mode 100644 index 0000000..f1d82db --- /dev/null +++ b/rulemgt/src/test/resources/index-rule-spaces-test.json @@ -0,0 +1,6 @@ +[ + { + "closedControlLoopName": "ControlLoop-VOLTE-2179b738-fd36-4843-a71a-a8c24c70c55b", + "file": "ControlLoop-VOLTE-2179b738-fd36-4843-a71a-a8c24c70c55b-spaces.drl" + } +]
\ No newline at end of file |