|
|
|
@@ -33,7 +33,6 @@ Status GeOptInfo::SetOptInfo() { |
|
|
|
return FAILED; |
|
|
|
} |
|
|
|
GELOGD("Soc version:%s.", soc_ver.c_str()); |
|
|
|
std::map<std::string, std::string> opt_info; |
|
|
|
std::map<std::string, std::string> opt_info = { |
|
|
|
{"opt_module.pass", "ALL"}, |
|
|
|
{"opt_module.aoe", "ALL"}, |
|
|
|
|