diff options
Diffstat (limited to 'sql/schema/orchestration.testdata')
| -rw-r--r-- | sql/schema/orchestration.testdata | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/schema/orchestration.testdata b/sql/schema/orchestration.testdata new file mode 100644 index 0000000..74ade22 --- /dev/null +++ b/sql/schema/orchestration.testdata @@ -0,0 +1,4 @@ +use faredge; +insert into orchestration_centraltoremotemap(central_region_name, remote_region_name) values ("fd00:4888:2000:07f7::290", "fd00:4888:2000:120c::290"); +insert into orchestration_centraltoremotemap(central_region_name, remote_region_name) values ("fd00:4888:2000:07f7::290", "fd00:4888:2000:120e::290"); +insert into orchestration_centraltoremotemap(central_region_name, remote_region_name) values ("fd00:4888:2000:07fd::290", "fd00:4888:2000:120a::a");
\ No newline at end of file |
