linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] android/pts: RFCOMM PTS update.
@ 2014-07-29 14:06 Sebastian Chlad
  0 siblings, 0 replies; 3+ messages in thread
From: Sebastian Chlad @ 2014-07-29 14:06 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Sebastian Chlad

Number of issues on RFCOMM tests in PTS 5.2 found. Problems with Credits,
Channel disconnect, accepting UIH and UA frames.
---
 android/pts-rfcomm.txt | 18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

diff --git a/android/pts-rfcomm.txt b/android/pts-rfcomm.txt
index b96caab..9bfc7a2 100644
--- a/android/pts-rfcomm.txt
+++ b/android/pts-rfcomm.txt
@@ -17,17 +17,21 @@ Test Name		Result	Notes
 TC_RFC_BV_01_C		PASS	rctest -n -P 1 <btaddr>
 TC_RFC_BV_02_C		PASS	rctest -r -P 1
 TC_RFC_BV_03_C		PASS	rctest -r -P 1
-TC_RFC_BV_04_C		FAIL
+TC_RFC_BV_04_C		FAIL	PTS issue #12421
+				PTS issue #12414
 				NOTE: DISC on DLC is expected; IUT disconnects
 					rfcomm session (close)
-TC_RFC_BV_05_C		INC
+TC_RFC_BV_05_C		PASS	rctest -n -P 4 <btaddr>
+				Note: test requires IUT to connect on the given
+				channel. sdptool browse <btaddr> to check the
+				channel.
 TC_RFC_BV_06_C		PASS	rctest -r -P 1
 TC_RFC_BV_07_C		PASS	rctest -r -P 1
-TC_RFC_BV_08_C		INC
+TC_RFC_BV_08_C		INC	PTS issue #12397
 				NOTE: Incorrect frame type sent in response to
 					the DISC command
 TC_RFC_BV_11_C		PASS	rctest -r -P 1
-TC_RFC_BV_13_C		FAIL
+TC_RFC_BV_13_C		FAIL	PTS issue #12397
 				NOTE: IUT sent the correct frame type (UIH)
 				but the parameters did not match the
 				requirements
@@ -35,7 +39,7 @@ TC_RFC_BV_14_C		N/A
 TC_RFC_BV_15_C		PASS	rctest -r -P 1
 TC_RFC_BV_17_C		PASS	rctest -d -P 1
 TC_RFC_BV_19_C		PASS
-TC_RFC_BV_21_C		INC
-TC_RFC_BV_22_C		INC
-TC_RFC_BV_25_C		INC
+TC_RFC_BV_21_C		INC	PTS issue #12421
+TC_RFC_BV_22_C		INC	PTS issue #12421
+TC_RFC_BV_25_C		INC	PTS issue #12421
 -------------------------------------------------------------------------------
-- 
1.8.5.3


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH] android/pts: RFCOMM PTS update.
@ 2014-07-29 14:12 Sebastian Chlad
  2014-07-30  9:26 ` Szymon Janc
  0 siblings, 1 reply; 3+ messages in thread
From: Sebastian Chlad @ 2014-07-29 14:12 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Sebastian Chlad

Number of issues on PTS 5.2 for RFCOMM found. Problems with Credits
(PTS issue #12421), Channel disconnect (PTS issue #12414), accepting
UIH and UA frames (PTS issue #12397).
---
 android/pts-rfcomm.txt | 18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

diff --git a/android/pts-rfcomm.txt b/android/pts-rfcomm.txt
index b96caab..9bfc7a2 100644
--- a/android/pts-rfcomm.txt
+++ b/android/pts-rfcomm.txt
@@ -17,17 +17,21 @@ Test Name		Result	Notes
 TC_RFC_BV_01_C		PASS	rctest -n -P 1 <btaddr>
 TC_RFC_BV_02_C		PASS	rctest -r -P 1
 TC_RFC_BV_03_C		PASS	rctest -r -P 1
-TC_RFC_BV_04_C		FAIL
+TC_RFC_BV_04_C		FAIL	PTS issue #12421
+				PTS issue #12414
 				NOTE: DISC on DLC is expected; IUT disconnects
 					rfcomm session (close)
-TC_RFC_BV_05_C		INC
+TC_RFC_BV_05_C		PASS	rctest -n -P 4 <btaddr>
+				Note: test requires IUT to connect on the given
+				channel. sdptool browse <btaddr> to check the
+				channel.
 TC_RFC_BV_06_C		PASS	rctest -r -P 1
 TC_RFC_BV_07_C		PASS	rctest -r -P 1
-TC_RFC_BV_08_C		INC
+TC_RFC_BV_08_C		INC	PTS issue #12397
 				NOTE: Incorrect frame type sent in response to
 					the DISC command
 TC_RFC_BV_11_C		PASS	rctest -r -P 1
-TC_RFC_BV_13_C		FAIL
+TC_RFC_BV_13_C		FAIL	PTS issue #12397
 				NOTE: IUT sent the correct frame type (UIH)
 				but the parameters did not match the
 				requirements
@@ -35,7 +39,7 @@ TC_RFC_BV_14_C		N/A
 TC_RFC_BV_15_C		PASS	rctest -r -P 1
 TC_RFC_BV_17_C		PASS	rctest -d -P 1
 TC_RFC_BV_19_C		PASS
-TC_RFC_BV_21_C		INC
-TC_RFC_BV_22_C		INC
-TC_RFC_BV_25_C		INC
+TC_RFC_BV_21_C		INC	PTS issue #12421
+TC_RFC_BV_22_C		INC	PTS issue #12421
+TC_RFC_BV_25_C		INC	PTS issue #12421
 -------------------------------------------------------------------------------
-- 
1.8.5.3


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] android/pts: RFCOMM PTS update.
  2014-07-29 14:12 [PATCH] android/pts: RFCOMM PTS update Sebastian Chlad
@ 2014-07-30  9:26 ` Szymon Janc
  0 siblings, 0 replies; 3+ messages in thread
From: Szymon Janc @ 2014-07-30  9:26 UTC (permalink / raw)
  To: Sebastian Chlad; +Cc: linux-bluetooth

Hi Sebastian,

On Tuesday 29 of July 2014 16:12:18 Sebastian Chlad wrote:
> Number of issues on PTS 5.2 for RFCOMM found. Problems with Credits
> (PTS issue #12421), Channel disconnect (PTS issue #12414), accepting
> UIH and UA frames (PTS issue #12397).
> ---
>  android/pts-rfcomm.txt | 18 +++++++++++-------
>  1 file changed, 11 insertions(+), 7 deletions(-)
> 
> diff --git a/android/pts-rfcomm.txt b/android/pts-rfcomm.txt
> index b96caab..9bfc7a2 100644
> --- a/android/pts-rfcomm.txt
> +++ b/android/pts-rfcomm.txt
> @@ -17,17 +17,21 @@ Test Name		Result	Notes
>  TC_RFC_BV_01_C		PASS	rctest -n -P 1 <btaddr>
>  TC_RFC_BV_02_C		PASS	rctest -r -P 1
>  TC_RFC_BV_03_C		PASS	rctest -r -P 1
> -TC_RFC_BV_04_C		FAIL
> +TC_RFC_BV_04_C		FAIL	PTS issue #12421
> +				PTS issue #12414
>  				NOTE: DISC on DLC is expected; IUT disconnects
>  					rfcomm session (close)
> -TC_RFC_BV_05_C		INC
> +TC_RFC_BV_05_C		PASS	rctest -n -P 4 <btaddr>
> +				Note: test requires IUT to connect on the given
> +				channel. sdptool browse <btaddr> to check the
> +				channel.
>  TC_RFC_BV_06_C		PASS	rctest -r -P 1
>  TC_RFC_BV_07_C		PASS	rctest -r -P 1
> -TC_RFC_BV_08_C		INC
> +TC_RFC_BV_08_C		INC	PTS issue #12397
>  				NOTE: Incorrect frame type sent in response to
>  					the DISC command
>  TC_RFC_BV_11_C		PASS	rctest -r -P 1
> -TC_RFC_BV_13_C		FAIL
> +TC_RFC_BV_13_C		FAIL	PTS issue #12397
>  				NOTE: IUT sent the correct frame type (UIH)
>  				but the parameters did not match the
>  				requirements
> @@ -35,7 +39,7 @@ TC_RFC_BV_14_C		N/A
>  TC_RFC_BV_15_C		PASS	rctest -r -P 1
>  TC_RFC_BV_17_C		PASS	rctest -d -P 1
>  TC_RFC_BV_19_C		PASS
> -TC_RFC_BV_21_C		INC
> -TC_RFC_BV_22_C		INC
> -TC_RFC_BV_25_C		INC
> +TC_RFC_BV_21_C		INC	PTS issue #12421
> +TC_RFC_BV_22_C		INC	PTS issue #12421
> +TC_RFC_BV_25_C		INC	PTS issue #12421
>  -------------------------------------------------------------------------------
> 

Applied, thanks.

-- 
Best regards, 
Szymon Janc

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-07-30  9:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-29 14:12 [PATCH] android/pts: RFCOMM PTS update Sebastian Chlad
2014-07-30  9:26 ` Szymon Janc
  -- strict thread matches above, loose matches on Subject: below --
2014-07-29 14:06 Sebastian Chlad

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).