aboutsummaryrefslogtreecommitdiffstats
path: root/filedistribution/src/tests/status/test-status.cpp
blob: 4fbda2cb9c3b64955a1f56a446c4fa0cb1978437 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#define BOOST_TEST_DYN_LINK
#define BOOST_TEST_MAIN
#include <vespa/fastos/fastos.h>
#include <boost/test/unit_test.hpp>

#include <vespa/filedistribution/model/zkfacade.h>
#include <vespa/filedistribution/model/filedistributionmodel.h>
#include <vespa/filedistribution/model/filedistributionmodelimpl.h>

using namespace filedistribution;


BOOST_AUTO_TEST_CASE(test_retrieve_status) {
    // TODO:
}