Skip to content

Commit

Permalink
Doc: Update the links in the test framework documentation
Browse files Browse the repository at this point in the history
Using-Gluster-Test-Framework.md is pointing to some older
workflow which is deprecated since the move to github and
docs.gluster.org.
Updating the links with the correct ones.

Fixes: gluster#3054
Change-Id: Id5505f9e5c537f56aa0d52b2d5f4354d58ea8b89
Signed-off-by: karthik-us <[email protected]>
  • Loading branch information
karthik-us committed Dec 20, 2021
1 parent 166bed1 commit 2750367
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions doc/developer-guide/Using-Gluster-Test-Framework.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
# USing Gluster Test Framwork
# Using Gluster Test Framwork
Description
-----------

The Gluster Test Framework, is a suite of scripts used for regression
testing of Gluster.

It runs well on RHEL and CentOS (possibly Fedora too, presently being
tested), and is automatically run against every patch submitted to
Gluster [for review](http://review.gluster.org).
It runs well on RHEL, CentOS, and Fedora, and is run on a request basis against
the patches submitted to Gluster [for review](https://github.com/gluster/glusterfs/pulls).

The Gluster Test Framework is part of the main Gluster code base, living
under the "tests" subdirectory:

http://git.gluster.org/?p=glusterfs.git;a=summary
https://github.com/gluster/glusterfs

WARNING
-------
Expand Down Expand Up @@ -163,7 +162,7 @@ Either install an existing set of rpms:

Or compile your own ones (fairly easy):

http://www.gluster.org/community/documentation/index.php/CompilingRPMS
https://docs.gluster.org/en/latest/Developer-guide/compiling-rpms/

​3. Clone the GlusterFS git repository

Expand Down Expand Up @@ -218,9 +217,9 @@ Reporting bugs
--------------

If you hit a bug when running the test framework, **please** create a
bug report for it on Bugzilla so it gets fixed:
bug report for it on github so it gets fixed:

https://bugzilla.redhat.com/enter_bug.cgi?product=GlusterFS&component=tests
https://github.com/gluster/glusterfs/issues/new

Creating your own tests
-----------------------
Expand Down

0 comments on commit 2750367

Please sign in to comment.