change test http server port

This commit is contained in:
Cong Liu 2022-11-24 15:04:01 +08:00 committed by cckylin-cibot
parent 29e7aeccd3
commit 258288c56b
3 changed files with 23 additions and 1 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
libgovirt (0.3.4-ok1build3) yangtze; urgency=medium
libgovirt (0.3.4-ok1build4) yangtze; urgency=medium
* change test https server port

View File

@ -0,0 +1,21 @@
From: Cong Liu <liucong2@kylinos.cn>
Date: Thu, 24 Nov 2022 15:04:01 +0800
Subject: change test http server port
---
tests/mock-httpd.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/mock-httpd.c b/tests/mock-httpd.c
index ed7e680..e63c944 100644
--- a/tests/mock-httpd.c
+++ b/tests/mock-httpd.c
@@ -16,7 +16,7 @@
#include "mock-httpd.h"
-#define GOVIRT_HTTPS_PORT 80880
+#define GOVIRT_HTTPS_PORT 7088
struct GovirtMockHttpd {
GThread *thread;

View File

@ -1,2 +1,3 @@
update_certs
change-test-http-server-port.patch
change-test-http-server-port-1.patch