|
Apache Mesos
|
#include <string>#include <process/future.hpp>#include <process/gtest.hpp>#include <process/io.hpp>#include <process/owned.hpp>#include <process/subprocess.hpp>#include <stout/format.hpp>#include <stout/gtest.hpp>#include <stout/lambda.hpp>#include <stout/nothing.hpp>#include <stout/option.hpp>#include <stout/try.hpp>#include <stout/os/mkdtemp.hpp>#include "docker/docker.hpp"#include "tests/flags.hpp"Go to the source code of this file.
Namespaces | |
| mesos | |
| mesos::internal | |
| mesos::internal::tests | |
Functions | |
| process::Future< Nothing > | mesos::internal::tests::pullDockerImage (const std::string &imageName) |
| void | mesos::internal::tests::createDockerIPv6UserNetwork () |
| void | mesos::internal::tests::removeDockerIPv6UserNetwork () |
| void | mesos::internal::tests::assertDockerKillStatus (process::Future< Option< int >> &status) |
Variables | |
| constexpr char | mesos::internal::tests::DOCKER_IPv6_NETWORK [] = "mesos-docker-ip6-test" |
1.8.11