Skip to content

Commit b4f1aa7

Browse files
committed
test: use el9 instead of cc7
1 parent 93d8166 commit b4f1aa7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

integration_tests.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
from typer import colors as c
2222

2323
# Editable configuration
24-
DEFAULT_HOST_OS = "cc7"
24+
DEFAULT_HOST_OS = "el9"
2525
DEFAULT_MYSQL_VER = "mysql:8.4.4"
2626
DEFAULT_ES_VER = "elasticsearch:7.9.1"
2727
DEFAULT_IAM_VER = "indigoiam/iam-login-service:v1.10.2"
@@ -112,7 +112,7 @@ def list_commands(self, ctx):
112112
MYSQL_VER: {DEFAULT_MYSQL_VER!r}
113113
ES_VER: {DEFAULT_ES_VER!r}
114114
IAM_VER: {DEFAULT_IAM_VER!r}
115-
{(os.linesep + ' ').join(['%s: %r' % x for x in FEATURE_VARIABLES.items()])}
115+
{(os.linesep + " ").join(["%s: %r" % x for x in FEATURE_VARIABLES.items()])}
116116
117117
All features can be prefixed with "SERVER_" or "CLIENT_" to limit their scope.
118118

tests/CI/README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The command `docker-compose -f tests/CI/docker-compose.yml down -v` stops and re
2222

2323
### System requirements
2424

25-
The officially supported operating system is CERN Centos 7 ([CC7](http://linux.web.cern.ch/linux/centos7/)), should you use another Linux distribution, please install the dependencies according to your distribution.
25+
The officially supported operating system is EL8.
2626

2727
The following dependencies/softwares are required:
2828
* Docker v18+ (lower version should work, but no promises are made).

0 commit comments

Comments
 (0)