From 5bae8940dbedccd4c081944c13fbb0237b913299 Mon Sep 17 00:00:00 2001 From: Piotr Krysik Date: Wed, 13 Jul 2016 17:00:17 +0200 Subject: Test deb installation --- tests/dockerfiles/Ubuntu_16_04_debinstall.docker | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/dockerfiles/Ubuntu_16_04_debinstall.docker (limited to 'tests') diff --git a/tests/dockerfiles/Ubuntu_16_04_debinstall.docker b/tests/dockerfiles/Ubuntu_16_04_debinstall.docker new file mode 100644 index 0000000..0ca3321 --- /dev/null +++ b/tests/dockerfiles/Ubuntu_16_04_debinstall.docker @@ -0,0 +1,9 @@ +FROM ubuntu:16.04 +MAINTAINER Ash Wilson + +RUN add-apt-repository -y ppa:ptrkrysik/gr-gsm +RUN apt-get update && apt-get install -y \ + gr-gsm + +COPY ./ /src/ +RUN ls /src -- cgit v1.2.3 From 815d198dbd19008e42499423ca6c52972a62442f Mon Sep 17 00:00:00 2001 From: Piotr Krysik Date: Wed, 13 Jul 2016 17:10:08 +0200 Subject: Test deb installation - corrections --- tests/dockerfiles/Ubuntu_16_04_debinstall.docker | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests') diff --git a/tests/dockerfiles/Ubuntu_16_04_debinstall.docker b/tests/dockerfiles/Ubuntu_16_04_debinstall.docker index 0ca3321..0a476ce 100644 --- a/tests/dockerfiles/Ubuntu_16_04_debinstall.docker +++ b/tests/dockerfiles/Ubuntu_16_04_debinstall.docker @@ -1,7 +1,11 @@ FROM ubuntu:16.04 MAINTAINER Ash Wilson +RUN apt-get update && apt-get install -y \ + software-properties-common + RUN add-apt-repository -y ppa:ptrkrysik/gr-gsm + RUN apt-get update && apt-get install -y \ gr-gsm -- cgit v1.2.3 From 2a39bb1aea70545d669a145c8051e75462191e2e Mon Sep 17 00:00:00 2001 From: Piotr Krysik Date: Fri, 15 Jul 2016 14:26:30 +0200 Subject: Updated test fixture --- tests/fixtures/grgsm_decode_test1_expected | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/fixtures/grgsm_decode_test1_expected b/tests/fixtures/grgsm_decode_test1_expected index eb78bb9..1ce6f36 100644 --- a/tests/fixtures/grgsm_decode_test1_expected +++ b/tests/fixtures/grgsm_decode_test1_expected @@ -1,3 +1,5 @@ +860902 1329872: 15 06 21 00 01 f0 8b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b +860906 1330004: 15 06 21 00 01 f0 8b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 860912 1330176: 15 06 21 00 01 f0 8b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 860916 1330308: 15 06 21 00 01 f0 8b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 860922 1330506: 15 06 21 00 01 f0 8b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b -- cgit v1.2.3