Fix one more RAPI QA test
authorIustin Pop <iustin@google.com>
Tue, 10 Feb 2009 08:13:39 +0000 (08:13 +0000)
committerIustin Pop <iustin@google.com>
Tue, 10 Feb 2009 08:13:39 +0000 (08:13 +0000)
This was skipped in the previous QA patch.

Reviewed-by: imsnah

qa/qa_rapi.py

index ce0cfde..7c668c5 100644 (file)
@@ -51,7 +51,7 @@ NODE_FIELDS = ("name", "dtotal", "dfree",
                "mtotal", "mnode", "mfree",
                "pinst_cnt", "sinst_cnt", "tags")
 
-LIST_FIELDS = ("name", "uri")
+LIST_FIELDS = ("id", "uri")
 
 
 def Enabled():