]> xenbits.xensource.com Git - people/liuw/xtf.git/commitdiff
Update the documentation to point at XTF's canonical location
authorAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 18 Aug 2016 16:19:23 +0000 (17:19 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 18 Aug 2016 16:19:23 +0000 (17:19 +0100)
Add a note concerning OSSTest, pointing elsewhere

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
docs/mainpage.dox

index ca86ca2aeed98d0825428238aef9478abb2a8035..a16cda9f1a73a1b6ca2f71d8bc6373447b569701 100644 (file)
@@ -5,7 +5,9 @@
 @section intro Introduction
 
 This is both a framework for creating microkernel-based tests, and a suite of
-tests built using the framework.
+tests built using the framework.  (This is not the Xen Project's CI /
+Continuous Integration / automated push gate system.  For that, see
+[OSSTest](https://wiki.xenproject.org/wiki/Osstest).)
 
 The microkernel boots, runs a set of related tests, and report the overall
 status on the configured consoles.  Automating a suite of tests simply
@@ -38,7 +40,7 @@ Requirements:
 
 To obtain and build:
 
-    $ git clone git://xenbits.xen.org/people/andrewcoop/xen-test-framework.git
+    $ git clone git://xenbits.xen.org/xtf.git
     $ cd xen-test-framework
     $ make -j4