Skip to content

Commit 34fd454

Browse files
committed
Add tests for Linux Reboot LoongArch64 payload
1 parent 65c16aa commit 34fd454

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

spec/modules/payloads_spec.rb

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2095,6 +2095,16 @@
20952095
reference_name: 'linux/riscv64le/reboot'
20962096
end
20972097

2098+
context 'linux/loongarch64/reboot' do
2099+
it_should_behave_like 'payload cached size is consistent',
2100+
ancestor_reference_names: [
2101+
'singles/linux/loongarch64/reboot'
2102+
],
2103+
dynamic_size: false,
2104+
modules_pathname: modules_pathname,
2105+
reference_name: 'linux/loongarch64/reboot'
2106+
end
2107+
20982108
context 'linux/x64/exec' do
20992109
it_should_behave_like 'payload cached size is consistent',
21002110
ancestor_reference_names: [

0 commit comments

Comments
 (0)