Signed-off-by: BSRK Aditya <[email protected]>
---
qa/qa_rapi.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/qa/qa_rapi.py b/qa/qa_rapi.py
index 68527b9..7131c56 100644
--- a/qa/qa_rapi.py
+++ b/qa/qa_rapi.py
@@ -376,7 +376,8 @@ def TestEmptyCluster():
"remove_uids", # Same as above
"osparams_private_cluster", # Should not be returned
]
- NOT_EXPOSED_YET = ["hv_state", "disk_state", "modify_etc_hosts"]
+ NOT_EXPOSED_YET = ["hv_state", "disk_state", "modify_etc_hosts",
+ "diagnose_data_collector_filename"]
# The nicparams are returned under the default entry, yet accepted as they
# are - this is a TODO to fix!
DEFAULT_ISSUES = ["nicparams"]
--
1.7.10.4