Home
ClusterLabs Projects
Search
Configure Global Search
Log In
Paths
Table of Contents
t
Hide Panel
f
Keyboard Reference
?
Diffusion
Pacemaker
e5171366b471
Merge pull request #3106 from clumens/cts-tests-initial
e5171366b471
Actions
Edit Commit
Download Raw Diff
Edit Related Objects...
Edit Tasks
Subscribe
Mute Notifications
Flag For Later
Award Token
Tags
None
Referenced Files
None
Subscribers
None
Description
Merge pull request #3106 from clumens/cts-tests-initial
Move base test classes into the _cts module
Details
Provenance
kgaillot
Authored on May 24 2023, 10:28 AM
GitHub <noreply@github.com>
Committed on May 24 2023, 10:28 AM
Parents
rP3b7369b69d33: Refactor: python: Split base test classes into their own files.
rP51fa523713d7: Merge pull request #3105 from nrwahl2/nrwahl2-T185_prep
Branches
Unknown
Tags
Unknown
Event Timeline
GitHub <noreply@github.com> committed
rPe5171366b471: Merge pull request #3106 from clumens/cts-tests-initial
(authored by
kgaillot
).
May 24 2023, 10:28 AM
2023-05-24 10:28:03 (UTC-4)
Merged Changes
3b7369b69d33
Refactor: python: Split base test classes into their own files.
Author
clumens
Browse Repository
No Audits
fe217a33732d
Refactor: python: Remove big initial comment from base.py.
Author
clumens
Browse Repository
No Audits
98d36e513643
Refactor: cts: Add docstrings to base.py.
Author
clumens
Browse Repository
No Audits
585888d31a8f
Refactor: cts: audit should return a bool instead of 1/0.
Author
clumens
Browse Repository
No Audits
49524e78c0a7
Refactor: cts,python: Remove the is_applicable_common method.
Author
clumens
Browse Repository
No Audits
e76f64ae17ad
Refactor: cts: Remove the unused log_mark method.
Author
clumens
Browse Repository
No Audits
f247850d66da
Refactor: cts: Improve blank lines.
Author
clumens
Browse Repository
No Audits
9a05ef52aa1d
Refactor: cts: Remove a couple unnecessary return statements.
Author
clumens
Browse Repository
No Audits
a46d93f133ed
Refactor: python, cts: success/failure/skipped should return bools.
Author
clumens
Browse Repository
No Audits
8fed2fb6aca7
Refactor: python, cts: Test stats are now just a dict.
Author
clumens
Browse Repository
No Audits
b0c3cc60a694
Refactor: python, cts: Add a Timer class with a context manager.
Author
clumens
Browse Repository
No Audits
966ec41b7854
Refactor: python: Define OCFS-related attributes in __init__.
Author
clumens
Browse Repository
No Audits
897aed88bc64
Refactor: python: Disable the unused argument message in a few methods.
Author
clumens
Browse Repository
No Audits
b9e38238f28d
Refactor: python: Use "is None" instead of "== None".
Author
clumens
Browse Repository
No Audits
1d0f517ddb83
Refactor: python: Rename private functions with underscores.
Author
clumens
Browse Repository
No Audits
30cbf19fa96e
Refactor: python: Don't redefine a method argument.
Author
clumens
Browse Repository
No Audits
18df9dd35a9f
Refactor: python: Rename some things that don't follow python naming.
Author
clumens
Browse Repository
No Audits
f0162535fec5
Refactor: python: The rest of the attrs in RemoteDriver can be private
Author
clumens
Browse Repository
No Audits
da08d1a61f54
Refactor: python: Clean up string handling in base.py.
Author
clumens
Browse Repository
No Audits
ec4825a75550
Refactor: python: Define CTSTest.name in __init__.
Author
clumens
Browse Repository
No Audits
17deb671a6f8
Refactor: python: Catch only certain exceptions, not all.
Author
clumens
Browse Repository
No Audits
6c9fdbbb6d5d
Refactor: python: Don't use an empty list as a default argument.
Author
clumens
Browse Repository
No Audits
4560b3357fb2
Refactor: python: Most attributes in RemoteDriver can be private.
Author
clumens
Browse Repository
No Audits
cd69a2508daf
Refactor: python: Use booleans for internal variables.
Author
clumens
Browse Repository
No Audits
44b880fae251
Refactor: python: Get rid of RemoteDriver.cib_cmd.
Author
clumens
Browse Repository
No Audits
0b40f5012d44
Refactor: python: Simplify list creation in base.py.
Author
clumens
Browse Repository
No Audits
0292ede5b6e3
Refactor: python: Raise NotImplementedError from __call__.
Author
clumens
Browse Repository
No Audits
b0d58ebcdd1a
Refactor: python, cts: Rename errorstoignore to errors_to_ignore.
Author
clumens
Browse Repository
No Audits
e177968778d1
Refactor: python: Rename canrunnow to can_run_now.
Author
clumens
Browse Repository
No Audits
8d51682eb005
Refactor: python: Add reset() to the defining list in pylintrc.
Author
clumens
Browse Repository
No Audits
717fd32b86c0
Refactor: python, cts: Rename attributes in CTSTest.
Author
clumens
Browse Repository
No Audits
09c54b95848e
Refactor: python: Rename CTSTest.Audits to audits.
Author
clumens
Browse Repository
No Audits
0c88aab94d3e
Refactor: python, cts: Use booleans for test flags instead of 1/0.
Author
clumens
Browse Repository
No Audits
020e8dc41caa
Refactor: python: Remove unnecessary elif statements.
Author
clumens
Browse Repository
No Audits
b82be8219f46
Refactor: python: No longer inherit from object.
Author
clumens
Browse Repository
No Audits
cb2b850e99fb
Refactor: python: Remove unused variables.
Author
clumens
Browse Repository
No Audits
eab8f2dc776d
Refactor: python: Disable a couple pylint warnings throughout base.py.
Author
clumens
Browse Repository
No Audits
36d7562c933c
Refactor: python: Remove unnecessary parens.
Author
clumens
Browse Repository
No Audits
5c51a3c0fd41
Refactor: python: Use += where appropriate.
Author
clumens
Browse Repository
No Audits
8a663fc37192
Refactor: python: Remove commented out or unreachable code.
Author
clumens
Browse Repository
No Audits
9d933d25d199
Refactor: python: Fix lines with multiple things on them.
Author
clumens
Browse Repository
No Audits
eddc4419e0fd
Refactor: python: Fix inconsistent indentation and trailing whitespace.
Author
clumens
Browse Repository
No Audits
5af6d86daa0c
Refactor: cts,python: Move base test classes into their own file.
Author
clumens
Browse Repository
No Audits