<feed xmlns='http://www.w3.org/2005/Atom'>
<title>glusto-tests.git/tools, branch master</title>
<subtitle>[no description]</subtitle>
<link rel='alternate' type='text/html' href='http://dev.gluster.org/cgit/glusto-tests.git/'/>
<entry>
<title>[ToolFix] Loop over outer index for server count</title>
<updated>2021-01-20T06:28:34+00:00</updated>
<author>
<name>Leela Venkaiah G</name>
<email>lgangava@redhat.com</email>
</author>
<published>2021-01-18T09:42:48+00:00</published>
<link rel='alternate' type='text/html' href='http://dev.gluster.org/cgit/glusto-tests.git/commit/?id=9c8fe5af5a00bf0eb24d4b586426260ce0be5fd3'/>
<id>9c8fe5af5a00bf0eb24d4b586426260ce0be5fd3</id>
<content type='text'>
Issue: In a nested loop, anchor is picking inner loop index 1 always

Solution: Store outer loop index and use it while lopping over server
list and create correct anchor

Change-Id: Ib3aaed2f0153b567ea9dd5cd8f4ef20ecf604dd8
Signed-off-by: Leela Venkaiah G &lt;lgangava@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Issue: In a nested loop, anchor is picking inner loop index 1 always

Solution: Store outer loop index and use it while lopping over server
list and create correct anchor

Change-Id: Ib3aaed2f0153b567ea9dd5cd8f4ef20ecf604dd8
Signed-off-by: Leela Venkaiah G &lt;lgangava@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[Tool] Tool to generate config file for executing glusto tests</title>
<updated>2020-12-18T10:12:24+00:00</updated>
<author>
<name>Arthy Loganathan</name>
<email>aloganat@redhat.com</email>
</author>
<published>2020-12-15T17:33:58+00:00</published>
<link rel='alternate' type='text/html' href='http://dev.gluster.org/cgit/glusto-tests.git/commit/?id=e18eccbdf53279926314ffbe8b9fca57ebb7445e'/>
<id>e18eccbdf53279926314ffbe8b9fca57ebb7445e</id>
<content type='text'>
Change-Id: Ie8fc6949b79b6e91c1be210c90a4ef25cfb81754
Signed-off-by: Arthy Loganathan &lt;aloganat@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ie8fc6949b79b6e91c1be210c90a4ef25cfb81754
Signed-off-by: Arthy Loganathan &lt;aloganat@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[Tool] Add tool to split log to tc wise logs</title>
<updated>2020-07-15T10:04:10+00:00</updated>
<author>
<name>kshithijiyer</name>
<email>kshithij.ki@gmail.com</email>
</author>
<published>2020-07-10T12:51:36+00:00</published>
<link rel='alternate' type='text/html' href='http://dev.gluster.org/cgit/glusto-tests.git/commit/?id=2b2bd0ab3fe94bd835a997f8b2bdabe1c66c42b9'/>
<id>2b2bd0ab3fe94bd835a997f8b2bdabe1c66c42b9</id>
<content type='text'>
Adding tool to split glusto-tests logs
into tc wise logs.

usage: log_splitter [-h] -f LOG_FILE [-d DESTINATION_DIR]

Tool to split glusto logs to individual testcase logs.

optional arguments:
  -h, --help            show this help message and exit
  -f LOG_FILE, --log_file LOG_FILE
                        Glusto test log file
  -d DESTINATION_DIR, --dist-dir DESTINATION_DIR
                        Path were individual test logs are to be stored.

Change-Id: I776a1455f9f70c13ae6ad9d11f23a4b5366c5f6f
Signed-off-by: kshithijiyer &lt;kshithij.ki@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adding tool to split glusto-tests logs
into tc wise logs.

usage: log_splitter [-h] -f LOG_FILE [-d DESTINATION_DIR]

Tool to split glusto logs to individual testcase logs.

optional arguments:
  -h, --help            show this help message and exit
  -f LOG_FILE, --log_file LOG_FILE
                        Glusto test log file
  -d DESTINATION_DIR, --dist-dir DESTINATION_DIR
                        Path were individual test logs are to be stored.

Change-Id: I776a1455f9f70c13ae6ad9d11f23a4b5366c5f6f
Signed-off-by: kshithijiyer &lt;kshithij.ki@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[Tool] Add tool to fetch sosreports</title>
<updated>2020-06-01T06:54:11+00:00</updated>
<author>
<name>kshithijiyer</name>
<email>kshithij.ki@gmail.com</email>
</author>
<published>2020-05-29T13:56:39+00:00</published>
<link rel='alternate' type='text/html' href='http://dev.gluster.org/cgit/glusto-tests.git/commit/?id=3979be96355f1bc694056c036928df9b71117870'/>
<id>3979be96355f1bc694056c036928df9b71117870</id>
<content type='text'>
Adding tool to fetch sosreports from all servers
and clients using glusto-tests config file.
This tool is essentially just a tweeked version
of getsos[1] tool which can take glusto-tests config file
and is relicensed under GPLv3+.

Reference:
[1] https://github.com/kshithijiyer/getsos

Change-Id: Ic1685163154ed4358064397d74d3965097448621
Signed-off-by: kshithijiyer &lt;kshithij.ki@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adding tool to fetch sosreports from all servers
and clients using glusto-tests config file.
This tool is essentially just a tweeked version
of getsos[1] tool which can take glusto-tests config file
and is relicensed under GPLv3+.

Reference:
[1] https://github.com/kshithijiyer/getsos

Change-Id: Ic1685163154ed4358064397d74d3965097448621
Signed-off-by: kshithijiyer &lt;kshithij.ki@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[Tool] Add tool to verify multiple runs for a given set of testcase(s)</title>
<updated>2020-05-29T08:43:23+00:00</updated>
<author>
<name>Pranav</name>
<email>prprakas@redhat.com</email>
</author>
<published>2020-05-19T04:31:40+00:00</published>
<link rel='alternate' type='text/html' href='http://dev.gluster.org/cgit/glusto-tests.git/commit/?id=1e82a9e5a2275edc5fdfd40d7f9b79334da7682f'/>
<id>1e82a9e5a2275edc5fdfd40d7f9b79334da7682f</id>
<content type='text'>
This tool verifies the stability of a given set of testcase(s) by executing it
consecutively for a pre-defined number of times. This ensures that the written
code is stable and also helps the user to identify unexpected failures or errors
that may arise while executing it multiple times. It also checks the given code
for any pylint/flake8 issues.

Change-Id: I731277a448d4fc8d0028f43f51e08d6d9366c19a
Signed-off-by: Pranav &lt;prprakas@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This tool verifies the stability of a given set of testcase(s) by executing it
consecutively for a pre-defined number of times. This ensures that the written
code is stable and also helps the user to identify unexpected failures or errors
that may arise while executing it multiple times. It also checks the given code
for any pylint/flake8 issues.

Change-Id: I731277a448d4fc8d0028f43f51e08d6d9366c19a
Signed-off-by: Pranav &lt;prprakas@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[Tool] Adding tool to setup passwordless ssh from glusto-test conf file.</title>
<updated>2019-11-22T16:28:55+00:00</updated>
<author>
<name>kshithijiyer</name>
<email>kshithij.ki@gmail.com</email>
</author>
<published>2019-08-05T12:35:34+00:00</published>
<link rel='alternate' type='text/html' href='http://dev.gluster.org/cgit/glusto-tests.git/commit/?id=0702c89a4ce4a613aa096e99aaa96398375c705c'/>
<id>0702c89a4ce4a613aa096e99aaa96398375c705c</id>
<content type='text'>
As glusto-tests needs passwordless ssh configured for all severs
and clients. This can sometime be an issue when you have a large
number of nodes. Adding this tool would enable us to
setup passwordless ssh to all the nodes from any given glusto-tests
config file. The tool is a simple python3 commandline tool which
will take glusto-tests config file and password and use sshpass
and ssh-copy-id to setup passwordless ssh to all nodes from the
master node.

Pasting the help menu of the tool to give a better picture of what
can be done with the tool.
usage: setup_passwordless_ssh [-h] [-c CONFIG_FILE] [-p PASSWORD]
                              [-u USERNAME]

Tool to setup passwordless ssh to all nodes.

optional arguments:
  -h, --help            show this help message and exit
  -c CONFIG_FILE, --config_file CONFIG_FILE
                        A glusto-tests configuration file.
  -p PASSWORD, --password PASSWORD
                        Password of servers.
  -u USERNAME, --username USERNAME
                        User to be used to setup passwordless ssh.

Change-Id: I491cdd975719e29b7e8f43ce548b42f2ad59a4b9
Signed-off-by: kshithijiyer &lt;kshithij.ki@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As glusto-tests needs passwordless ssh configured for all severs
and clients. This can sometime be an issue when you have a large
number of nodes. Adding this tool would enable us to
setup passwordless ssh to all the nodes from any given glusto-tests
config file. The tool is a simple python3 commandline tool which
will take glusto-tests config file and password and use sshpass
and ssh-copy-id to setup passwordless ssh to all nodes from the
master node.

Pasting the help menu of the tool to give a better picture of what
can be done with the tool.
usage: setup_passwordless_ssh [-h] [-c CONFIG_FILE] [-p PASSWORD]
                              [-u USERNAME]

Tool to setup passwordless ssh to all nodes.

optional arguments:
  -h, --help            show this help message and exit
  -c CONFIG_FILE, --config_file CONFIG_FILE
                        A glusto-tests configuration file.
  -p PASSWORD, --password PASSWORD
                        Password of servers.
  -u USERNAME, --username USERNAME
                        User to be used to setup passwordless ssh.

Change-Id: I491cdd975719e29b7e8f43ce548b42f2ad59a4b9
Signed-off-by: kshithijiyer &lt;kshithij.ki@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
