Skip to content

Commit 15a2392

Browse files
rkavitha-hclKAVITHA RAMALINGAM
authored and
KAVITHA RAMALINGAM
committed
gNOI Cold Reboot - Integrated tests
1 parent 2253140 commit 15a2392

File tree

4 files changed

+0
-70
lines changed

4 files changed

+0
-70
lines changed

src/sonic-framework/rebootbackend/gnoi_reboot_dbus.h

-65
This file was deleted.

src/sonic-framework/rebootbackend/rebootbe.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#include "rebootbe.h"
2-
32
#include <google/protobuf/util/json_util.h>
43
#include <unistd.h>
54

src/sonic-framework/tests/reboot_thread_test.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@
2020

2121
namespace rebootbackend {
2222

23-
#define TENTH_SECOND_MS (100)
2423

25-
// using namespace gnoi::system;
2624
namespace gpu = ::google::protobuf::util;
2725
using Progress = ::rebootbackend::RebootThread::Progress;
2826
using RebootThread = ::rebootbackend::RebootThread;

src/sonic-framework/tests/rebootbe_test.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ constexpr absl::Duration two_sec = absl::Seconds(2);
2525
constexpr absl::Duration tenth_sec_ms = absl::Milliseconds(100);
2626
constexpr absl::Duration timout_250_ms = absl::Milliseconds(250);
2727

28-
2928
namespace gpu = ::google::protobuf::util;
3029
using namespace gnoi::system;
3130

@@ -203,7 +202,6 @@ class RebootBEAutoStartTest : public RebootBETest,
203202
public ::testing::WithParamInterface<bool> {
204203
protected:
205204
RebootBEAutoStartTest() {
206-
// force_warm_start_state(GetParam());
207205

208206
start_rebootbe();
209207

0 commit comments

Comments
 (0)