⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.93
Server IP:
65.108.141.171
Server:
Linux server.heloix.com 5.4.0-214-generic #234-Ubuntu SMP Fri Mar 14 23:50:27 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
augeas
/
lenses
/
dist
/
tests
/
View File Name :
test_apt_update_manager.aug
(* Module: Test_Apt_Update_Manager Provides unit tests and examples for the <Apt_Update_Manager> lens. *) module Test_Apt_Update_Manager = (* Variable: meta_release *) let meta_release = "# default location for the meta-release file [METARELEASE] URI = http://changelogs.ubuntu.com/meta-release URI_LTS = http://changelogs.ubuntu.com/meta-release-lts URI_UNSTABLE_POSTFIX = -development URI_PROPOSED_POSTFIX = -proposed " (* Test: Apt_Update_Manager.lns *) test Apt_Update_Manager.lns get meta_release = { "#comment" = "default location for the meta-release file" } { } { "METARELEASE" { "URI" = "http://changelogs.ubuntu.com/meta-release" } { "URI_LTS" = "http://changelogs.ubuntu.com/meta-release-lts" } { "URI_UNSTABLE_POSTFIX" = "-development" } { "URI_PROPOSED_POSTFIX" = "-proposed" } } (* Variable: release_upgrades *) let release_upgrades = "# Default behavior for the release upgrader. [DEFAULT] Prompt=lts " (* Test: Apt_Update_Manager.lns *) test Apt_Update_Manager.lns get release_upgrades = { "#comment" = "Default behavior for the release upgrader." } { } { "DEFAULT" { "Prompt" = "lts" } }