diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4754296..393b34e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: hatsoftwares/lufi-test-ci:buster +image: hatsoftwares/lufi-test-ci:bullseye stages: - create_release - publish_changelog @@ -59,7 +59,7 @@ variables: services: - name: rroemhild/test-openldap alias: rroemhild-test-openldap - - name: swiftstack/picoswiftstack + - name: openstackswift/saio alias: swiftstack-picoswiftstack .pg_template: &pg_definition <<: *tests_template @@ -70,7 +70,7 @@ variables: alias: postgres - name: rroemhild/test-openldap alias: rroemhild-test-openldap - - name: swiftstack/picoswiftstack + - name: openstackswift/saio alias: swiftstack-picoswiftstack .mysql_template: &mysql_definition <<: *tests_template @@ -81,7 +81,7 @@ variables: alias: mariadb - name: rroemhild/test-openldap alias: rroemhild-test-openldap - - name: swiftstack/picoswiftstack + - name: openstackswift/saio alias: swiftstack-picoswiftstack ### Publish tag changelog and create a toot diff --git a/t/mysql.conf b/t/mysql.conf index 6abd3ec..1b8524c 100644 --- a/t/mysql.conf +++ b/t/mysql.conf @@ -112,7 +112,7 @@ # Please read https://metacpan.org/pod/Net::OpenStack::Swift#SYNOPSIS to know how to configure this setting # IMPORTANT: add a `container` key in it, to let Lufi know which container to use. This is not a regular Net::OpenStack::Swift setting, but Lufi need it. # optional, no default - #swift => { auth_url => 'http://swiftstack-picoswiftstack:8080/auth/v1.0', user => 'test', password => 'test', container => 'lufi', auth_version => '1.0' }, + #swift => { auth_url => 'http://swiftstack-picoswiftstack:8080/auth/v1.0', user => 'test:tester', password => 'testing', container => 'lufi', auth_version => '1.0' }, # Allow to add a password on files, asked before allowing to download files # optional, default is 0 diff --git a/t/postgresql.conf b/t/postgresql.conf index 90c4964..8905779 100644 --- a/t/postgresql.conf +++ b/t/postgresql.conf @@ -112,7 +112,7 @@ # Please read https://metacpan.org/pod/Net::OpenStack::Swift#SYNOPSIS to know how to configure this setting # IMPORTANT: add a `container` key in it, to let Lufi know which container to use. This is not a regular Net::OpenStack::Swift setting, but Lufi need it. # optional, no default - #swift => { auth_url => 'http://swiftstack-picoswiftstack:8080/auth/v1.0', user => 'test', password => 'test', container => 'lufi', auth_version => '1.0' }, + #swift => { auth_url => 'http://swiftstack-picoswiftstack:8080/auth/v1.0', user => 'test:tester', password => 'testing', container => 'lufi', auth_version => '1.0' }, # Allow to add a password on files, asked before allowing to download files # optional, default is 0 diff --git a/t/sqlite.conf b/t/sqlite.conf index 7e87e75..c1d33ee 100644 --- a/t/sqlite.conf +++ b/t/sqlite.conf @@ -112,7 +112,7 @@ # Please read https://metacpan.org/pod/Net::OpenStack::Swift#SYNOPSIS to know how to configure this setting # IMPORTANT: add a `container` key in it, to let Lufi know which container to use. This is not a regular Net::OpenStack::Swift setting, but Lufi need it. # optional, no default - #swift => { auth_url => 'http://swiftstack-picoswiftstack:8080/auth/v1.0', user => 'test', password => 'test', container => 'lufi', auth_version => '1.0' }, + #swift => { auth_url => 'http://swiftstack-picoswiftstack:8080/auth/v1.0', user => 'test:tester', password => 'testing', container => 'lufi', auth_version => '1.0' }, # Allow to add a password on files, asked before allowing to download files # optional, default is 0