mirror of
https://github.com/YunoHost-Apps/mattermost_ynh.git
synced 2024-09-03 19:36:29 +02:00
Merge pull request #66 from YunoHost-Apps/fix-ci
Enable more package_check tests
This commit is contained in:
commit
77857a1db7
2 changed files with 25 additions and 13 deletions
|
@ -1,5 +1,4 @@
|
||||||
;; Mattermost
|
;; Mattermost
|
||||||
auto_remove=1
|
|
||||||
; Manifest
|
; Manifest
|
||||||
domain="ynh-tests.local" (DOMAIN)
|
domain="ynh-tests.local" (DOMAIN)
|
||||||
path="" (PATH)
|
path="" (PATH)
|
||||||
|
@ -8,17 +7,29 @@
|
||||||
password="alpine" (PASSWORD)
|
password="alpine" (PASSWORD)
|
||||||
; Checks
|
; Checks
|
||||||
pkg_linter=1
|
pkg_linter=1
|
||||||
setup_root=0
|
setup_root=1
|
||||||
setup_public=0
|
setup_private=0
|
||||||
upgrade=0
|
setup_public=1
|
||||||
wrong_path=0
|
upgrade=1
|
||||||
|
backup_restore=1
|
||||||
|
multi_instance=0
|
||||||
|
port_already_use=0 (XXXX)
|
||||||
|
change_url=0
|
||||||
|
# Tests not applicable
|
||||||
setup_sub_dir=0
|
setup_sub_dir=0
|
||||||
setup_nourl=0
|
setup_nourl=0
|
||||||
setup_private=0
|
|
||||||
backup_restore=0
|
|
||||||
multi_instance=0
|
|
||||||
incorrect_path=0
|
incorrect_path=0
|
||||||
corrupt_source=0
|
;;; Levels
|
||||||
fail_download_source=0
|
Level 1=auto
|
||||||
port_already_use=0 (XXXX)
|
Level 2=auto
|
||||||
final_path_already_use=0
|
Level 3=auto
|
||||||
|
Level 4=0
|
||||||
|
Level 5=auto
|
||||||
|
Level 6=auto
|
||||||
|
Level 7=auto
|
||||||
|
Level 8=0
|
||||||
|
Level 9=0
|
||||||
|
Level 10=0
|
||||||
|
;;; Options
|
||||||
|
Email=kemenaran@gmail.com
|
||||||
|
Notification=change
|
||||||
|
|
3
test.sh
3
test.sh
|
@ -151,7 +151,8 @@ function teardown() {
|
||||||
|
|
||||||
_parse_args $*
|
_parse_args $*
|
||||||
setup
|
setup
|
||||||
test_package_check
|
# Package_check is disabled until LXC containers work properly inside the Vagrant VM
|
||||||
|
#test_package_check
|
||||||
test_simple_install
|
test_simple_install
|
||||||
test_simple_upgrade
|
test_simple_upgrade
|
||||||
test_simple_backup
|
test_simple_backup
|
||||||
|
|
Loading…
Add table
Reference in a new issue