| 160 | |
| 161 | == Instantiating the experiment == |
| 162 | |
| 163 | Once the experiment description has been composed, it can be created using [FeddCommands#fedd_create.py fedd_create.py]. Each view in the experiment must be assigned to a separate testbed. When operating on a single testbed, each sub-experiment is specified using the ''testbed''/''subname'' syntax. For example, an experiment representing an attacker and one representing a defender may be assigned to '''deter/attack''' and '''deter/defend''' testbeds respectively. Both sub-experiments will be instantiated separately on deter. |
| 164 | |
| 165 | Similarly, each sub-experiment can have its [FeddAbout#ExperimentServices experiment services] specified separately. Using '''project_export''' to export the filesystems and accounts of a given project to a sub experiment and '''hide_hosts''' to make any unnecessary hosts invisible outside the region, individual views can be created. |