fluent / fluent-package-builder

td-agent (Fluentd) Building and Packaging System
Apache License 2.0
22 stars 26 forks source link

Write down more installation testcases #163

Closed cosmo0920 closed 4 years ago

cosmo0920 commented 4 years ago

Currently, installation testcases should execute package installation only. We should do more installation testcases. e.g) Serverspec.

kenhys commented 4 years ago

Test linux or windows specific bundled gems.

kenhys commented 4 years ago

On linux side, https://github.com/fluent-plugins-nursery/td-agent-builder/pull/174 will cover it. So, I'll try to add windows too.

kenhys commented 4 years ago

bundled for windows packages:

win32-event -> win32-ipc -> ffi
win32-service -> ffi, ffi-win32-extensions
windows-pr -> win32-api, windows-api
winevt_c
fluent-plugin-parser-winevt_xml
fluent-plugin-windows-eventlog" -> win32-eventlog -> ffi
kenhys commented 4 years ago

I'll work windows test case on https://github.com/fluent-plugins-nursery/td-agent-builder/pull/180

cosmo0920 commented 4 years ago

Windows and Linux installation testcases are merged into master. We can close this issue.