From Fedora Project Wiki

(Created page with '= Purpose = This page exists to test code that pulls test metadata out of wiki pages for use with AutoQA and the ResultDB. = AutoQA Metadata = This is a comment, and it should...')
 
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 2: Line 2:


This page exists to test code that pulls test metadata out of wiki pages for use with AutoQA and the ResultDB.
This page exists to test code that pulls test metadata out of wiki pages for use with AutoQA and the ResultDB.
We encode metadata in wiki pages by placing them in a special section named 'AutoQA Metadata'. Inside that section there should be a block of bullet points. Each bullet point will take the form:
<pre>* key:value</pre>
Where the key should be a JSON-encoded string, and the value can be any valid JSON-encoded value.
Below you can see an example, which might illustrate the idea better.


= AutoQA Metadata =
= AutoQA Metadata =
Line 13: Line 19:
* "string":"Hi, I'm a string."
* "string":"Hi, I'm a string."
* "list": ["this", "is", "a", "list"]
* "list": ["this", "is", "a", "list"]
* "dict": {"subject":"this item", verb:"is", "predicate": "a dict containing a list", "list":[1,2,3]}
* "dict": {"subject":"this item", "verb":"is", "predicate": "a dict containing a list", "list":[1,2,3]}


Yes. That was our metadata.
Yes. That was our metadata.
[[Category:ResultsDB_Legacy]]

Latest revision as of 13:04, 22 January 2014

Purpose

This page exists to test code that pulls test metadata out of wiki pages for use with AutoQA and the ResultDB.

We encode metadata in wiki pages by placing them in a special section named 'AutoQA Metadata'. Inside that section there should be a block of bullet points. Each bullet point will take the form:

* key:value

Where the key should be a JSON-encoded string, and the value can be any valid JSON-encoded value.

Below you can see an example, which might illustrate the idea better.

AutoQA Metadata

This is a comment, and it should be ignored.

Yup. Still not useful data.

Oh here it goes:

  • "string":"Hi, I'm a string."
  • "list": ["this", "is", "a", "list"]
  • "dict": {"subject":"this item", "verb":"is", "predicate": "a dict containing a list", "list":[1,2,3]}

Yes. That was our metadata.