-
Notifications
You must be signed in to change notification settings - Fork 408
feat(system-tests): support API boundary node playnets on the local backend #11208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
45802a1
feat(system-tests): support API boundary node playnets on the local b…
basvandijk 9817af4
fix(config-types): give the fixture generator one Url per NNS URL
basvandijk 9cb6889
docs(system-tests): drop stale "RA daemon" wording from the local bac…
basvandijk b6b3a80
revert(system-tests): drop the firewall_correctness_test previous-rul…
basvandijk d70ee7a
support standard_engine_replica_version_test on the local backend
basvandijk 37395b0
fix(system-tests): give standard_engine_replica_version_test room for…
basvandijk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
55 changes: 55 additions & 0 deletions
55
rs/ic_os/config/types/compatibility_tests/fixtures/guestos_v1.16.0.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,55 @@ | ||
| { | ||
| "config_version": "1.16.0", | ||
| "network_settings": { | ||
| "ipv6_config": { | ||
| "Fixed": { | ||
| "address": "2a00:fb01:400:200::1/64", | ||
| "gateway": "2a00:fb01:400:200::1" | ||
| } | ||
| }, | ||
| "ipv4_config": { | ||
| "address": "192.168.1.1", | ||
| "gateway": "192.168.1.254", | ||
| "prefix_length": 24 | ||
| }, | ||
| "domain_name": "ic.test" | ||
| }, | ||
| "icos_settings": { | ||
| "node_reward_type": "type3.1", | ||
| "mgmt_mac": "00:00:00:00:00:01", | ||
| "deployment_environment": "mainnet", | ||
| "nns_urls": [ | ||
| "https://icp-api.io/", | ||
| "https://icp0.io/", | ||
| "https://ic0.app/" | ||
| ], | ||
| "node_operator_private_key": null, | ||
| "enable_trusted_execution_environment": false, | ||
| "use_ssh_authorized_keys": false, | ||
| "icos_dev_settings": {} | ||
| }, | ||
| "guestos_settings": { | ||
| "guestos_dev_settings": { | ||
| "backup_spool": null, | ||
| "malicious_behavior": null, | ||
| "query_stats_epoch_length": null, | ||
| "bitcoind_addr": null, | ||
| "dogecoind_addr": null, | ||
| "jaeger_addr": null, | ||
| "socks_proxy": null, | ||
| "hostname": null, | ||
| "generate_ic_boundary_tls_cert": null, | ||
| "ic_boundary_tls_cert": null, | ||
| "extra_api_boundary_node_trust_anchors_pem": null, | ||
| "nns_pub_key_override": null | ||
| } | ||
| }, | ||
| "guest_vm_type": "default", | ||
| "upgrade_config": { | ||
| "peer_guest_vm_address": "2a00:fb01:400:200:6801:95ff:fed7:d475" | ||
| }, | ||
| "trusted_execution_environment_config": { | ||
| "sev_cert_chain_pem": "-----BEGIN CERTIFICATE----------END CERTIFICATE-----" | ||
| }, | ||
| "recovery_config": null | ||
| } |
55 changes: 55 additions & 0 deletions
55
rs/ic_os/config/types/compatibility_tests/fixtures/hostos_v1.16.0.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,55 @@ | ||
| { | ||
| "config_version": "1.16.0", | ||
| "network_settings": { | ||
| "ipv6_config": { | ||
| "Fixed": { | ||
| "address": "2a00:fb01:400:200::1/64", | ||
| "gateway": "2a00:fb01:400:200::1" | ||
| } | ||
| }, | ||
| "ipv4_config": { | ||
| "address": "192.168.1.1", | ||
| "gateway": "192.168.1.254", | ||
| "prefix_length": 24 | ||
| }, | ||
| "domain_name": "ic.test" | ||
| }, | ||
| "icos_settings": { | ||
| "node_reward_type": "type3.1", | ||
| "mgmt_mac": "00:00:00:00:00:01", | ||
| "deployment_environment": "mainnet", | ||
| "nns_urls": [ | ||
| "https://icp-api.io/", | ||
| "https://icp0.io/", | ||
| "https://ic0.app/" | ||
| ], | ||
| "node_operator_private_key": null, | ||
| "enable_trusted_execution_environment": false, | ||
| "use_ssh_authorized_keys": false, | ||
| "icos_dev_settings": {} | ||
| }, | ||
| "hostos_settings": { | ||
| "hostos_dev_settings": { | ||
| "vm_memory": 16, | ||
| "vm_cpu": "kvm", | ||
| "vm_nr_of_vcpus": 64 | ||
| }, | ||
| "verbose": false | ||
| }, | ||
| "guestos_settings": { | ||
| "guestos_dev_settings": { | ||
| "backup_spool": null, | ||
| "malicious_behavior": null, | ||
| "query_stats_epoch_length": null, | ||
| "bitcoind_addr": null, | ||
| "dogecoind_addr": null, | ||
| "jaeger_addr": null, | ||
| "socks_proxy": null, | ||
| "hostname": null, | ||
| "generate_ic_boundary_tls_cert": null, | ||
| "ic_boundary_tls_cert": null, | ||
| "extra_api_boundary_node_trust_anchors_pem": null, | ||
| "nns_pub_key_override": null | ||
| } | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.