|
3 | 3 | // All nodes use the following resources: 4 vCPUs, 24GiB of RAM and 50 GiB disk.
|
4 | 4 | //
|
5 | 5 | // In addition to these subnets, this testnet additionally installs the NNS canisters,
|
6 |
| -// the NNS and II frontend canisters (on the NNS subnet), |
| 6 | +// the II and NNS frontend dapp canisters (on the NNS subnet), |
7 | 7 | // and SNS aggregator canister (on the SNS subnet).
|
8 | 8 | //
|
9 | 9 | // You can setup this testnet by executing the following commands:
|
|
34 | 34 | // Apr 11 15:33:58.903 INFO[rs/tests/src/driver/prometheus_vm.rs:170:0]
|
35 | 35 | // IC Progress Clock at http://grafana.sns_testing--1681227226065.testnet.farm.dfinity.systems/d/ic-progress-clock/ic-progress-clock?refresh=10s&from=now-5m&to=now
|
36 | 36 | //
|
37 |
| -// To access the NNS or II dapps look for the following log lines: |
| 37 | +// To access the II and NNS frontend dapp canisters look for the following log lines: |
38 | 38 | //
|
39 | 39 | // 2023-05-03 11:06:27.948 INFO[setup:rs/tests/src/nns_dapp.rs:99:0]
|
40 | 40 | // Internet Identity: https://qhbym-qaaaa-aaaaa-aaafq-cai.ic0.farm.dfinity.systems
|
41 | 41 | // 2023-05-03 11:06:27.948 INFO[setup:rs/tests/src/nns_dapp.rs:103:0]
|
42 | 42 | // NNS frontend dapp: https://qsgjb-riaaa-aaaaa-aaaga-cai.ic0.farm.dfinity.systems
|
43 | 43 | //
|
| 44 | +// To interactively deploy an SNS and perform testing, we recommend to take the following steps: |
| 45 | +// |
| 46 | +// 1. Clone the sns-testing repo at https://github.com/dfinity/sns-testing |
| 47 | +// |
| 48 | +// 2. Setup this testnet by using `ict` (explained above). |
| 49 | +// |
| 50 | +// Make sure to await until you see the following lines before proceeding with the next steps. |
| 51 | +// |
| 52 | +// ============================= Summary ============================= |
| 53 | +// Task setup PASSED -- Exited with code 0. |
| 54 | +// Task debugKeepAliveTask PASSED |
| 55 | +// =================================================================== |
| 56 | +// |
| 57 | +// 3. Set the testnet's hostname as `TESTNET` in the file `settings.sh` in the sns-testing repo. |
| 58 | +// You can determine the hostname from the II and NNS frontend dapp URLs available |
| 59 | +// in the logs printed by `ict` into your console. For the above example, you'd set |
| 60 | +// |
| 61 | +// export TESTNET="ic0.farm.dfinity.systems" |
| 62 | +// |
| 63 | +// on the last line in the file `settings.sh` in the sns-testing repo. |
| 64 | +// |
| 65 | +// 4. Execute scripts from the sns-testing repo, e.g., `run_basic_scenario.sh`. |
| 66 | +// |
| 67 | +// Note. DO NOT run either `setup_locally.sh` or `setup.sh` when testing with this testnet! |
| 68 | +// |
44 | 69 | // Happy testing!
|
45 | 70 |
|
46 | 71 | use anyhow::Result;
|
|
0 commit comments