Skip to content
Snippets Groups Projects

Commit-Confirm Mechanic for PND

Merged Ghost User requested to merge 99-commit-confirm-mechanic-for-ond-changes into develop
3 files
+ 4
6
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -28,7 +28,6 @@ func TestMain(m *testing.M) {
os.Exit(m.Run())
}
func testSetupIntegration() {
if os.Getenv("GOSDN_LOG") == "nolog" {
log.SetLevel(log.PanicLevel)
@@ -86,7 +85,7 @@ func testSetupIntegration() {
}
}
func TestCliIntegration(t *testing.T) {
func TestCmdIntegration(t *testing.T) {
if testing.Short() {
t.Skip("skipping integration test")
}
@@ -154,7 +153,7 @@ func TestCliIntegration(t *testing.T) {
hostname := guuid.New().String()
if err := cli.HTTPGet(
testAPIEndpoint,
"set",
"update",
"address="+testAddress,
"uuid="+did,
"sbi="+cliSbi,
Loading