docs(guanghu-os): register JD cross-root proof
This commit is contained in:
parent
9db3ecd2e7
commit
d2686f8cb3
5 changed files with 85 additions and 9 deletions
|
|
@ -43,12 +43,12 @@ test("current JD state stays transitional and cannot impersonate final master co
|
|||
assert.equal(contract.jd_fd_primary.final_guanghu_os_master, 0);
|
||||
assert.equal(
|
||||
contract.jd_fd_primary.next_engineering_gate,
|
||||
"BUILD_AND_VERIFY_CROSS_SWITCH_ROOT_PERSISTENT_GUANGHU_SUPERVISOR_IN_JD_HOST_QEMU",
|
||||
"IMPLEMENT_AND_VERIFY_BOUNDED_ROOT_SUPERVISOR_TO_LINUX_REPOSITORY_BRIDGE_LIFECYCLE_IN_ISOLATION",
|
||||
);
|
||||
});
|
||||
|
||||
test("the physical shadow and host QEMU cycles are registered without impersonating Guanghu-owned boot control", () => {
|
||||
assert.equal(contract.version, "2026-08-15.12");
|
||||
assert.equal(contract.version, "2026-08-15.13");
|
||||
assert.equal(contract.implementation.guanghu_supervisor_lifecycle_contract_source, 100);
|
||||
assert.equal(contract.implementation.target_readback_and_mandatory_reclaim_state_machine, 100);
|
||||
assert.equal(contract.implementation.declared_supervisor_core_line_and_function_coverage, 100);
|
||||
|
|
@ -82,7 +82,8 @@ test("the physical shadow and host QEMU cycles are registered without impersonat
|
|||
assert.equal(contract.implementation.guanghu_root_supervisor_contract_source, 100);
|
||||
assert.equal(contract.implementation.guanghu_root_supervisor_systemd_unit_source, 100);
|
||||
assert.equal(contract.implementation.guanghu_cross_root_fixture_builder_source, 100);
|
||||
assert.equal(contract.implementation.jd_host_qemu_cross_switch_root_supervisor, 0);
|
||||
assert.equal(contract.implementation.jd_host_qemu_cross_switch_root_supervisor, 100);
|
||||
assert.equal(contract.implementation.cross_switch_root_persistent_supervisor, 100);
|
||||
assert.equal(contract.implementation.independent_guanghu_first_boot_supervisor, 0);
|
||||
assert.equal(contract.implementation.jd_physical_deployment, 0);
|
||||
assert.equal(contract.current_target_evidence.final_state, "DORMANT");
|
||||
|
|
@ -97,6 +98,13 @@ test("the physical shadow and host QEMU cycles are registered without impersonat
|
|||
assert.equal(contract.pre_root_supervisor_qemu_evidence.cross_switch_root_persistent_supervisor, 0);
|
||||
assert.equal(contract.pre_root_supervisor_qemu_evidence.final_guanghu_os_master, 0);
|
||||
assert.match(contract.pre_root_supervisor_qemu_evidence.server_receipt_sha256, /^[0-9a-f]{64}$/);
|
||||
assert.equal(contract.cross_root_supervisor_qemu_evidence.switch_root_entered, 100);
|
||||
assert.equal(contract.cross_root_supervisor_qemu_evidence.root_supervisor_resident, 100);
|
||||
assert.equal(contract.cross_root_supervisor_qemu_evidence.physical_boot_files_changed, false);
|
||||
assert.equal(contract.cross_root_supervisor_qemu_evidence.physical_reboot_performed, false);
|
||||
assert.equal(contract.cross_root_supervisor_qemu_evidence.linux_on_demand_subcontrol, 0);
|
||||
assert.equal(contract.cross_root_supervisor_qemu_evidence.final_guanghu_os_master, 0);
|
||||
assert.match(contract.cross_root_supervisor_qemu_evidence.server_receipt_sha256, /^[0-9a-f]{64}$/);
|
||||
assert.equal(contract.native_public_projection_shadow_evidence.synthetic_ready_shadow_readback, 100);
|
||||
assert.equal(contract.native_public_projection_shadow_evidence.post_test_state, "DORMANT");
|
||||
assert.equal(contract.native_public_projection_shadow_evidence.live_native_freshness_readback, 0);
|
||||
|
|
|
|||
Loading…
Reference in a new issue