-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
72 changed files
with
17 additions
and
203 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
#!/usr/bin/env python | ||
# -*- coding: utf-8 -*- | ||
|
||
# Copyright (C) 2017 Robin Černín <[email protected]> | ||
# Copyright (C) 2017, 2018, 2020, 2021 Pablo Iranzo Gómez <[email protected]> | ||
import sys | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,18 +2,15 @@ | |
# -*- coding: utf-8 -*- | ||
# | ||
# Copyright (C) 2017, 2018 Pablo Iranzo Gómez <[email protected]> | ||
|
||
# | ||
# This program is free software: you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published by | ||
# the Free Software Foundation, either version 3 of the License, or | ||
# (at your option) any later version. | ||
|
||
# This program is distributed in the hope that it will be useful, | ||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
# GNU General Public License for more details. | ||
|
||
# You should have received a copy of the GNU General Public License | ||
# along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
# | ||
|
@@ -22,12 +19,9 @@ | |
# bugzilla: bz url | ||
# priority: 0<>1000 for likelihood to break your environment if this test reports fail | ||
# kb: url-to-kbase | ||
|
||
# Note a more pythonic way of running 'main' could be implemented by: | ||
# Running tests as new functions like: | ||
# def check_nova_debug(root=RISU_ROOT) and calling it inside the live or not live checks (or both) | ||
|
||
|
||
from __future__ import print_function | ||
|
||
import os | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
#!/usr/bin/env python | ||
# -*- coding: utf-8 -*- | ||
|
||
# Copyright (C) 2018, 2020 Pablo Iranzo Gómez <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,9 +3,7 @@ | |
# | ||
# Description: Hook for making as failed faraday plugins | ||
# Author: Pablo Iranzo Gomez ([email protected]) | ||
|
||
# Copyright (C) 2018-2021, 2023 Pablo Iranzo Gómez <[email protected]> | ||
|
||
from __future__ import print_function | ||
|
||
import os | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,6 @@ | |
# -*- coding: utf-8 -*- | ||
# Description: Plugin for reporting failed affinity on the faraday risu plugin | ||
# Copyright (C) 2018-2021, 2023 Pablo Iranzo Gómez <[email protected]> | ||
|
||
from __future__ import print_function | ||
|
||
import os | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,7 @@ | ||
#!/usr/bin/env python | ||
# -*- coding: utf-8 -*- | ||
# Description: Plugin for reporting back risu metadata from all sosreports | ||
|
||
# Copyright (C) 2018-2021, 2023 Pablo Iranzo Gómez <[email protected]> | ||
|
||
|
||
from __future__ import print_function | ||
|
||
import os | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,7 @@ | ||
#!/usr/bin/env python | ||
# -*- coding: utf-8 -*- | ||
# Description: Plugin for reporting back risu data from all sosreports# | ||
|
||
# Copyright (C) 2018-2021, 2023 Pablo Iranzo Gómez <[email protected]> | ||
|
||
|
||
from __future__ import print_function | ||
|
||
import os | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,7 @@ | ||
#!/usr/bin/env python | ||
# -*- coding: utf-8 -*- | ||
|
||
# Description: Plugin for checking galera/mysql sequence number across servers | ||
# Copyright (C) 2018-2021, 2023 Pablo Iranzo Gómez <[email protected]> | ||
|
||
from __future__ import print_function | ||
|
||
try: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,6 @@ | |
# | ||
# Description: Plugin for reporting non equal mtu values | ||
# Copyright (C) 2018-2021, 2023 Pablo Iranzo Gómez <[email protected]> | ||
|
||
|
||
from __future__ import print_function | ||
|
||
import os | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,6 @@ | |
# | ||
# Description: Plugin for reporting non equal mpath values | ||
# Copyright (C) 2018-2021, 2023 Pablo Iranzo Gómez <[email protected]> | ||
|
||
|
||
from __future__ import print_function | ||
|
||
import os | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,6 @@ | |
# | ||
# Description: Plugin for checking RH Release across hosts | ||
# Copyright (C) 2018-2021, 2023 Pablo Iranzo Gómez <[email protected]> | ||
|
||
|
||
from __future__ import print_function | ||
|
||
try: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,16 +3,12 @@ | |
# | ||
# Description: Script to update contributors for each plugin | ||
# Copyright (C) 2018-2023 Pablo Iranzo Gómez <[email protected]> | ||
|
||
# Find files that misses the header: | ||
# for file in $(find . -type f|grep -v .git|grep -v pyc|grep -v .risu_tests|grep -E '(.py|.txt|.yml|.sh)$'); do grep -q "^# Modifications" $file|| echo $file;done | ||
|
||
# How to use: | ||
# python setup.py sdist # To create AUTHORS | ||
# ./refresh-contributors.py | ||
# Check results on your git repo and commit a new PR | ||
|
||
|
||
import os | ||
import re | ||
import shutil | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
#!/usr/bin/env python | ||
# -*- coding: utf-8 -*- | ||
|
||
# Copyright (C) 2021 Pablo Iranzo Gómez <[email protected]> | ||
import sys | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,6 @@ | |
# -*- coding: utf-8 -*- | ||
# Copyright (C) 2017 Robin Černín <[email protected]> | ||
# Copyright (C) 2017-2022 Pablo Iranzo Gómez <[email protected]> | ||
|
||
import os | ||
import sys | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,6 @@ | |
# Copyright (C) 2017 Robin Černín <[email protected]> | ||
# Copyright (C) 2017 Lars Kellogg-Stedman <[email protected]> | ||
# Copyright (C) 2017-2022 Pablo Iranzo Gómez <[email protected]> | ||
|
||
import os | ||
import sys | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ | |
# Description: Extension for processing ansible playbooks | ||
# Author: Pablo Iranzo Gomez ([email protected]) | ||
# Copyright (C) 2017-2022 Pablo Iranzo Gómez <[email protected]> | ||
|
||
from __future__ import print_function | ||
|
||
import os | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ | |
# Description: Extension for processing core Risu plugins | ||
# Author: Pablo Iranzo Gomez ([email protected]) | ||
# Copyright (C) 2017-2022 Pablo Iranzo Gómez <[email protected]> | ||
|
||
from __future__ import print_function | ||
|
||
import os | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,6 @@ | |
# Author: Pablo Iranzo Gomez ([email protected]) | ||
# Copyright (C) 2018 Robin Černín <[email protected]> | ||
# Copyright (C) 2018-2021, 2023 Pablo Iranzo Gómez <[email protected]> | ||
|
||
from __future__ import print_function | ||
|
||
import os | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,6 @@ | |
# | ||
# Author: Pablo Iranzo Gomez ([email protected]) | ||
# Copyright (C) 2018-2021, 2023 Pablo Iranzo Gómez <[email protected]> | ||
|
||
from __future__ import print_function | ||
|
||
import hashlib | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ | |
# Description: Extension for processing GOlang Risu plugins | ||
# Author: Pablo Iranzo Gomez ([email protected]) | ||
# Copyright (C) 2020, 2021, 2023 Pablo Iranzo Gómez <[email protected]> | ||
|
||
from __future__ import print_function | ||
|
||
import os | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ | |
# Description: Extension for running and reporting metadata | ||
# Author: Pablo Iranzo Gomez ([email protected]) | ||
# Copyright (C) 2018-2021, 2023 Pablo Iranzo Gómez <[email protected]> | ||
|
||
from __future__ import print_function | ||
|
||
import os | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ | |
# Description: Extension for processing nagios Risu plugins | ||
# Author: Pablo Iranzo Gomez ([email protected]) | ||
# Copyright (C) 2021, 2023 Pablo Iranzo Gómez <[email protected]> | ||
|
||
from __future__ import print_function | ||
|
||
import os | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,6 @@ | |
# Author: Pablo Iranzo Gomez ([email protected]) | ||
# Copyright (C) 2019-2021, 2023 Pablo Iranzo Gómez <[email protected]> | ||
# | ||
|
||
from __future__ import print_function | ||
|
||
import json | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,6 @@ | |
# Description: Extension for processing rhv-log-collector-analizer | ||
# Author: Pablo Iranzo Gomez ([email protected]) | ||
# Copyright (C) 2018-2021, 2023 Pablo Iranzo Gómez <[email protected]> | ||
|
||
|
||
from __future__ import print_function | ||
|
||
import os | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ | |
# Description: Extension for processing tripleo-common-healthcheck playbooks | ||
# Author: Pablo Iranzo Gomez ([email protected]) | ||
# Copyright (C) 2018-2021, 2023 Pablo Iranzo Gómez <[email protected]> | ||
|
||
from __future__ import print_function | ||
|
||
import os | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,6 @@ | |
# Copyright (C) 2018-2021, 2023 Pablo Iranzo Gómez <[email protected]> | ||
# | ||
# https://en.wikipedia.org/wiki/Winston_Smith | ||
|
||
from __future__ import print_function | ||
|
||
import os | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,6 @@ | |
# Author: Pablo Iranzo Gomez ([email protected]) | ||
# Copyright (C) 2018 Robin Černín <[email protected]> | ||
# Copyright (C) 2018-2021, 2023 Pablo Iranzo Gómez <[email protected]> | ||
|
||
from __future__ import print_function | ||
|
||
import os | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ | |
# Description: Hook for integrating insights execution json into risu results | ||
# Author: Pablo Iranzo Gomez ([email protected]) | ||
# Copyright (C) 2020, 2021, 2023 Pablo Iranzo Gómez <[email protected]> | ||
|
||
from __future__ import print_function | ||
|
||
import glob | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ | |
# Description: Hook for moving MTU global results to individual tests results | ||
# Author: Pablo Iranzo Gomez ([email protected]) | ||
# Copyright (C) 2018-2021, 2023 Pablo Iranzo Gómez <[email protected]> | ||
|
||
from __future__ import print_function | ||
|
||
import os | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ | |
# Description: Hook for moving Mpath global results to individual tests results | ||
# Author: Pablo Iranzo Gomez ([email protected]) | ||
# Copyright (C) 2018-2021, 2023 Pablo Iranzo Gómez <[email protected]> | ||
|
||
from __future__ import print_function | ||
|
||
import os | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ | |
# Description: Hook for moving faraday results to individual ones | ||
# Author: Pablo Iranzo Gomez ([email protected]) | ||
# Copyright (C) 2018-2021, 2023 Pablo Iranzo Gómez <[email protected]> | ||
|
||
from __future__ import print_function | ||
|
||
import os | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,6 @@ | |
# | ||
# Description: Hook for moving rhv-log-collector-analyzer results to individual tests results | ||
# Copyright (C) 2018-2021, 2023 Pablo Iranzo Gómez <[email protected]> | ||
|
||
from __future__ import print_function | ||
|
||
import json | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ | |
# Description: Hook for removing failed chronyd status when ntpd is ok | ||
# Author: Pablo Iranzo Gomez ([email protected]) | ||
# Copyright (C) 2018-2021, 2023 Pablo Iranzo Gómez <[email protected]> | ||
|
||
from __future__ import print_function | ||
|
||
import os | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ | |
# Description: Hook for removing failed firewall status when node is openstack | ||
# Author: Pablo Iranzo Gomez ([email protected]) | ||
# Copyright (C) 2018-2021, 2023 Pablo Iranzo Gómez <[email protected]> | ||
|
||
from __future__ import print_function | ||
|
||
import os | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ | |
# Description: Hook for removing failed ntpd status when chronyd is ok | ||
# Author: Pablo Iranzo Gomez ([email protected]) | ||
# Copyright (C) 2018-2021, 2023 Pablo Iranzo Gómez <[email protected]> | ||
|
||
from __future__ import print_function | ||
|
||
import os | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ | |
# Description: Hook for procesing profile definitions and appending results formated to json | ||
# Author: Pablo Iranzo Gomez ([email protected]) | ||
# Copyright (C) 2018-2021, 2023 Pablo Iranzo Gómez <[email protected]> | ||
|
||
from __future__ import print_function | ||
|
||
import json | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
#!/usr/bin/env python | ||
# -*- coding: utf-8 -*- | ||
# Copyright (C) 2018-2020, 2023 Pablo Iranzo Gómez <[email protected]> | ||
|
||
import os | ||
import sys | ||
|
||
|
Oops, something went wrong.