mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
test: better gitignore rules
Changes sip and turn test executable names to match gitignore rules. Removes dring-sample.yml that is created and modified each time the sip test runs. Ignore generated configuration files. Change-Id: I5e6cc760183763a3448f2d35bd0bf55ba765f746 Reviewed-by: Sebastien Blin <sebastien.blin@savoirfairelinux.com>
This commit is contained in:

committed by
Sébastien Blin

parent
78bee45108
commit
70429e95c0
1
test/.gitignore
vendored
1
test/.gitignore
vendored
@ -8,4 +8,5 @@ ut_*
|
||||
*.trs
|
||||
|
||||
.dirstamp
|
||||
dring-sample.yml
|
||||
dring-sample.yml.bak
|
||||
|
@ -4,7 +4,7 @@ include $(top_srcdir)/globals.mk
|
||||
AM_CXXFLAGS = -I$(top_srcdir)/src
|
||||
AM_LDFLAGS = $(CPPUNIT_LIBS) $(top_builddir)/src/libring.la
|
||||
|
||||
check_PROGRAMS = test_sip
|
||||
test_sip_SOURCES = sip.cpp test_SIP.h test_SIP.cpp
|
||||
check_PROGRAMS = ut_sip
|
||||
ut_sip_SOURCES = sip.cpp test_SIP.h test_SIP.cpp
|
||||
|
||||
TESTS = $(check_PROGRAMS)
|
||||
|
@ -1,123 +0,0 @@
|
||||
accounts:
|
||||
- id: IP2IP
|
||||
alias: IP2IP
|
||||
enable: true
|
||||
type: SIP
|
||||
allCodecs: 1/2/3/4/5/6/7/8/9/10/11/
|
||||
mailbox: ""
|
||||
autoAnswer: false
|
||||
activeCallLimit: -1
|
||||
ringtoneEnabled: true
|
||||
ringtonePath: /usr/share/ring/ringtones/default.wav
|
||||
hasCustomUserAgent: false
|
||||
useragent: Ring/3.0.0
|
||||
displayName: ""
|
||||
hostname: ""
|
||||
upnpEnabled: false
|
||||
audioPortMax: 32766
|
||||
audioPortMin: 16384
|
||||
dtmfType: overrtp
|
||||
interface: default
|
||||
publishAddr: ""
|
||||
publishPort: 5060
|
||||
sameasLocal: true
|
||||
videoEnabled: true
|
||||
videoPortMax: 65534
|
||||
videoPortMin: 49152
|
||||
stunEnabled: false
|
||||
stunServer: ""
|
||||
turnEnabled: false
|
||||
turnServer: ""
|
||||
turnServerUserName: ""
|
||||
turnServerPassword: ""
|
||||
turnServerRealm: ""
|
||||
port: 5060
|
||||
username: ""
|
||||
credential:
|
||||
- Account.password: ""
|
||||
Account.realm: "*"
|
||||
Account.username: ""
|
||||
keepAlive: false
|
||||
presenceModuleEnabled: false
|
||||
presencePublishSupported: false
|
||||
presenceSubscribeSupported: false
|
||||
registrationexpire: 60
|
||||
serviceRoute: ""
|
||||
tls:
|
||||
calist: ""
|
||||
certificate: ""
|
||||
password: ""
|
||||
privateKey: ""
|
||||
enable: false
|
||||
tlsPort: 5061
|
||||
verifyClient: true
|
||||
verifyServer: false
|
||||
requireCertif: true
|
||||
timeout: 2
|
||||
ciphers: ""
|
||||
method: TLSv1
|
||||
server: ""
|
||||
srtp:
|
||||
keyExchange: ""
|
||||
rtpFallback: false
|
||||
preferences:
|
||||
historyLimit: 0
|
||||
historyMaxCalls: 20
|
||||
md5Hash: false
|
||||
order: IP2IP/
|
||||
portNum: 5060
|
||||
registrationexpire: 180
|
||||
searchBarDisplay: true
|
||||
zoneToneChoice: North America
|
||||
voipPreferences:
|
||||
playDtmf: true
|
||||
playTones: true
|
||||
pulseLength: 250
|
||||
symmetric: true
|
||||
zidFile: ""
|
||||
hooks:
|
||||
numberAddPrefix: ""
|
||||
sipEnabled: false
|
||||
urlCommand: x-www-browser
|
||||
urlSipField: X-ring-url
|
||||
audio:
|
||||
alsa:
|
||||
cardIn: 0
|
||||
cardOut: 0
|
||||
cardRing: 0
|
||||
plugin: default
|
||||
smplRate: 44100
|
||||
alwaysRecording: false
|
||||
audioApi: pulseaudio
|
||||
automaticGainControl: false
|
||||
captureMuted: false
|
||||
noiseReduce: false
|
||||
playbackMuted: false
|
||||
pulse:
|
||||
devicePlayback: ""
|
||||
deviceRecord: ""
|
||||
deviceRingtone: ""
|
||||
recordPath: ""
|
||||
volumeMic: 1
|
||||
volumeSpkr: 1
|
||||
video:
|
||||
decodingAccelerated: true
|
||||
devices:
|
||||
- framerate: 30
|
||||
channel: Camera 1
|
||||
name: "Integrated Camera: Integrated C"
|
||||
video_size: 960x540
|
||||
- framerate: 30
|
||||
channel: Camera 1
|
||||
video_size: 800x600
|
||||
name: Logitech BRIO
|
||||
- framerate: 30
|
||||
name: Integrated Camera
|
||||
video_size: 960x540
|
||||
channel: Camera 1
|
||||
shortcuts:
|
||||
hangUp: ""
|
||||
pickUp: ""
|
||||
popupWindow: ""
|
||||
toggleHold: ""
|
||||
togglePickupHangup: ""
|
@ -4,7 +4,7 @@ include $(top_srcdir)/globals.mk
|
||||
AM_CXXFLAGS = -I$(top_srcdir)/src
|
||||
AM_LDFLAGS = $(CPPUNIT_LIBS) $(top_builddir)/src/libring.la
|
||||
|
||||
check_PROGRAMS = test_turn
|
||||
test_turn_SOURCES = main.cpp test_turn.h test_TURN.cpp
|
||||
check_PROGRAMS = ut_turn
|
||||
ut_turn_SOURCES = main.cpp test_turn.h test_TURN.cpp
|
||||
|
||||
TESTS = $(check_PROGRAMS)
|
||||
|
Reference in New Issue
Block a user