Merge branch '2.3' into 2.4
This commit is contained in:
13
system-test/delete_rds.cpp
Normal file
13
system-test/delete_rds.cpp
Normal file
@ -0,0 +1,13 @@
|
||||
/**
|
||||
* @file delete_rds.cpp Destroys RDS Aurora cluster
|
||||
* Creates VPC, subnets, subnets group, internet gateway, routing table, routes, DB instances
|
||||
*/
|
||||
|
||||
#include <iostream>
|
||||
#include <maxtest/rds_vpc.hh>
|
||||
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
RDS* cluster = new RDS((char*) "auroratest");
|
||||
cluster->delete_rds_cluster();
|
||||
}
|
Reference in New Issue
Block a user