|
Aktualizr
C++ SOTA Client
|
#include <gtest/gtest.h>#include <boost/filesystem.hpp>#include <boost/smart_ptr/make_shared.hpp>#include "httpfake.h"#include "logging/logging.h"#include "primary/initializer.h"#include "primary/sotauptaneclient.h"#include "storage/invstorage.h"#include "uptane/uptanerepository.h"#include "utilities/utils.h"Go to the source code of this file.
Functions | |
| TEST (DeviceCredProv, Failure) | |
| Verify that when provisioning with device credentials, aktualizr halts if credentials are not available. | |
| TEST (DeviceCredProv, Incomplete) | |
| Verfiy that aktualizr halts when provided incomplete device provisioning credentials. | |
| TEST (DeviceCredProv, Success) | |
| Verify that aktualizr can provision with provided device credentials. | |
| int | main (int argc, char **argv) |
1.8.13