transition the test_pe_crypto system tests to be simulation

This commit is contained in:
arvidn
2015-08-10 06:57:51 -04:00
parent e557e63d05
commit a3dbbd6a37
9 changed files with 348 additions and 232 deletions

View File

@@ -187,7 +187,8 @@ private:
swarm_setup_provider& m_config;
sim::simulation m_sim;
sim::default_config cfg;
sim::simulation m_sim{cfg};
asio::io_service m_ios;
lt::time_point m_start_time;