Files
charts/.vib/wordpress/goss/goss.yaml
Bitnami Bot b9afadefb9 [bitnami/wordpress] Release 14.0.4 (#9955)
* [bitnami/wordpress] Release 14.0.4 updating components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>

* Update README.md with readme-generator-for-helm

Signed-off-by: Bitnami Containers <containers@bitnami.com>

* Increase of type timeout and update baseUrl to localhost

Signed-off-by: alukic <alukic@vmware.com>

* Updated the runtime params to not include plugins

Signed-off-by: alukic <alukic@vmware.com>

* Shut down a failing test, to be fixed as a part of a different PR

Signed-off-by: alukic <alukic@vmware.com>

* Removed Plugin tests since we shouldn't be testing plugins

Signed-off-by: alukic <alukic@vmware.com>

* Added the it.skip()

Signed-off-by: alukic <alukic@vmware.com>

Co-authored-by: alukic <alukic@vmware.com>
2022-04-28 17:24:28 +02:00

66 lines
1.4 KiB
YAML

file:
/opt/bitnami/wordpress/wp-config.php:
exists: true
mode: "0777"
filetype: symlink
contains:
- /FS_METHOD.*direct/
- /WP_HOME/
- /WP_SITEURL/
/opt/bitnami/wordpress/wp-content:
exists: true
mode: "0777"
filetype: symlink
group: root
command:
wp:
exec: wp
exit-status: 0
stdout:
- Manage WordPress through the command-line.
stderr: []
timeout: 20000
wp-cli-info:
exec: "wp cli info"
exit-status: 0
stdout:
- "/WP-CLI root dir:\\s*phar:\\/\\/wp-cli.phar\\/vendor\\/wp-cli\\/wp-cli/"
- "/WP-CLI global config:\\s*\\/opt\\/bitnami\\/wp-cli\\/conf\\/wp-cli.yml/"
stderr: []
timeout: 20000
wp-db-create-user:
exec: wp user create test test@example.com --role=author
exit-status: 0
stdout:
- "Success: Created user"
stderr: []
timeout: 20000
wp-post-exists:
exec: wp post list
exit-status: 0
stdout:
- "Hello world!"
stderr: [ ]
timeout: 20000
wp-config-list:
exec: wp config list
exit-status: 0
stdout:
- "test_wordpress_database"
- "test_wordpress_username"
- "test_wordpress_password"
- "wordpress_"
stderr: [ ]
timeout: 20000
wordpress-user-id:
exec: id -u
exit-status: 0
stdout:
- '1002'
stderr: [ ]
timeout: 20000
addr:
tcp://wordpress-mariadb:3306:
reachable: true
timeout: 1000