1
0
mirror of https://gitlab.alpinelinux.org/alpine/cloud/tiny-cloud.git synced 2025-12-16 20:02:43 +03:00

4 Commits

Author SHA1 Message Date
Natanael Copa
e36abdef4a replace set_nocloud_meta with fake_metadata_nocloud
remove redundand test code
2023-06-07 14:15:07 +02:00
Natanael Copa
b571e252c0 Add a fake getent for tests
Avoid tests fail due to existing default user on system. There are more
than one test that is affected of this, so create a fake getent for all.

ref: https://gitlab.alpinelinux.org/alpine/cloud/tiny-cloud/-/issues/42
2023-05-24 17:50:12 +02:00
Natanael Copa
85108e958b Fix vim modelines and make more readable
Add missing trailing :

Use filetype=sh instead of ft=sh to make it more readable.
2023-05-24 14:50:02 +00:00
Natanael Copa
a042bf8cf1 Consolidate init-*.test into init.test
The separate init-early, init-main and init-final were consolidated in
commit 81869cefccd3 (Consolidate init functionality in /sbin/tiny-cloud)

Do the same with the unit tests for those functions.

No functional changes.
2023-05-22 12:15:57 +02:00