mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-06 18:50:44 +00:00
fix
This commit is contained in:
parent
8ad0e31359
commit
447d65dbc2
3 changed files with 7 additions and 7 deletions
|
@ -28,7 +28,7 @@ INFERENCE_API_CAPA_TEST_MAP = {
|
|||
}
|
||||
|
||||
MEMORY_API_CAPA_TEST_MAP = {
|
||||
"insert and query": {
|
||||
"/insert, /query": {
|
||||
"inline": ["test_memory_bank_insert_inline_and_query"],
|
||||
"url": ["test_memory_bank_insert_from_url_and_query"],
|
||||
}
|
||||
|
|
|
@ -182,7 +182,7 @@ class Report:
|
|||
test_nodeids = self.test_name_to_nodeid[test_name]
|
||||
assert len(test_nodeids) > 0
|
||||
test_table.append(
|
||||
f"| {api} | {capa} | {test_name} | {self.test_data[test_nodeids[0]]} |"
|
||||
f"| /{api} | {capa} | {test_name} | {self.test_data[test_nodeids[0]]} |"
|
||||
)
|
||||
report.extend(test_table)
|
||||
output_file = self.output_path
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue