Added OTRS 6 migration tests.

This commit is contained in:
Thorsten Eckel 2018-01-05 15:43:58 +01:00
parent b82dfc0d21
commit 5f0bb91481

View file

@ -357,24 +357,36 @@ test:integration:zendesk_postgresql:
- ruby -I test/ test/integration/zendesk_import_test.rb - ruby -I test/ test/integration/zendesk_import_test.rb
- rake db:drop - rake db:drop
test:integration:otrs_5_mysql: test:integration:otrs_6_mysql:
stage: test stage: test
tags: tags:
- core - core
- mysql - mysql
script: script:
- export RAILS_ENV=test - export RAILS_ENV=test
- export IMPORT_OTRS_ENDPOINT="http://vz1109.demo.znuny.com/otrs/public.pl?Action=ZammadMigrator" - export IMPORT_OTRS_ENDPOINT="http://vz1185.test.znuny.com/otrs/public.pl?Action=ZammadMigrator"
- rake db:create - rake db:create
- rake db:migrate - rake db:migrate
- ruby -I test/ test/integration/otrs_import_test.rb - ruby -I test/ test/integration/otrs_import_test.rb
- rake db:drop - rake db:drop
test:integration:otrs_5_postgresql: test:integration:otrs_6_postgresql:
stage: test stage: test
tags: tags:
- core - core
- postgresql - postgresql
script:
- export RAILS_ENV=test
- export IMPORT_OTRS_ENDPOINT="http://vz1185.test.znuny.com/otrs/public.pl?Action=ZammadMigrator"
- rake db:create
- rake db:migrate
- ruby -I test/ test/integration/otrs_import_test.rb
- rake db:drop
test:integration:otrs_5:
stage: test
tags:
- core
script: script:
- export RAILS_ENV=test - export RAILS_ENV=test
- export IMPORT_OTRS_ENDPOINT="http://vz1109.demo.znuny.com/otrs/public.pl?Action=ZammadMigrator" - export IMPORT_OTRS_ENDPOINT="http://vz1109.demo.znuny.com/otrs/public.pl?Action=ZammadMigrator"