change test http server port
This commit is contained in:
parent
29e7aeccd3
commit
258288c56b
|
@ -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
|
* change test https server port
|
||||||
|
|
||||||
|
|
|
@ -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;
|
|
@ -1,2 +1,3 @@
|
||||||
update_certs
|
update_certs
|
||||||
change-test-http-server-port.patch
|
change-test-http-server-port.patch
|
||||||
|
change-test-http-server-port-1.patch
|
||||||
|
|
Loading…
Reference in New Issue