feat(guanghu-os): add cross-root repository service gate
This commit is contained in:
parent
06a465ef73
commit
0759625053
9 changed files with 203 additions and 32 deletions
|
|
@ -82,6 +82,8 @@
|
|||
"forgejo_repository_shadow_backend_source": 100,
|
||||
"repository_bridge_failure_reclaim_contract_test": 100,
|
||||
"jd_real_forgejo_repository_shadow_lifecycle": 100,
|
||||
"cross_root_repository_service_equivalence_source": 100,
|
||||
"jd_host_qemu_cross_root_repository_service_equivalence": 0,
|
||||
"independent_guanghu_first_boot_supervisor": 0,
|
||||
"jd_physical_deployment": 0
|
||||
},
|
||||
|
|
|
|||
|
|
@ -88,6 +88,8 @@ test("the physical shadow and host QEMU cycles are registered without impersonat
|
|||
assert.equal(contract.implementation.forgejo_repository_shadow_backend_source, 100);
|
||||
assert.equal(contract.implementation.repository_bridge_failure_reclaim_contract_test, 100);
|
||||
assert.equal(contract.implementation.jd_real_forgejo_repository_shadow_lifecycle, 100);
|
||||
assert.equal(contract.implementation.cross_root_repository_service_equivalence_source, 100);
|
||||
assert.equal(contract.implementation.jd_host_qemu_cross_root_repository_service_equivalence, 0);
|
||||
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");
|
||||
|
|
|
|||
Loading…
Reference in a new issue