diff mbox series

[ovs-dev] tests: Add ovsdb-cluster-testsuite to gitignore.

Message ID 20190712161927.12308-1-i.maximets@samsung.com
State Accepted
Headers show
Series [ovs-dev] tests: Add ovsdb-cluster-testsuite to gitignore. | expand

Commit Message

Ilya Maximets July 12, 2019, 4:19 p.m. UTC
CC: Han Zhou <hzhou8@ebay.com>
Fixes: 2bcb3b7052c8 ("ovsdb raft: Move ovsdb cluster tests to separate testsuite.")
Signed-off-by: Ilya Maximets <i.maximets@samsung.com>
---
 tests/.gitignore | 3 +++
 1 file changed, 3 insertions(+)

Comments

Ben Pfaff July 12, 2019, 4:58 p.m. UTC | #1
On Fri, Jul 12, 2019 at 07:19:27PM +0300, Ilya Maximets wrote:
> CC: Han Zhou <hzhou8@ebay.com>
> Fixes: 2bcb3b7052c8 ("ovsdb raft: Move ovsdb cluster tests to separate testsuite.")
> Signed-off-by: Ilya Maximets <i.maximets@samsung.com>

Acked-by: Ben Pfaff <blp@ovn.org>
Han Zhou July 12, 2019, 5:04 p.m. UTC | #2
On Fri, Jul 12, 2019 at 9:27 AM Ilya Maximets <i.maximets@samsung.com>
wrote:
>
> CC: Han Zhou <hzhou8@ebay.com>
> Fixes: 2bcb3b7052c8 ("ovsdb raft: Move ovsdb cluster tests to separate
testsuite.")
> Signed-off-by: Ilya Maximets <i.maximets@samsung.com>
> ---
>  tests/.gitignore | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/tests/.gitignore b/tests/.gitignore
> index 8479f9bb0..9b07508bd 100644
> --- a/tests/.gitignore
> +++ b/tests/.gitignore
> @@ -9,6 +9,9 @@
>  /ovstest
>  /test-dpdkr
>  /ovs-pki.log
> +/ovsdb-cluster-testsuite
> +/ovsdb-cluster-testsuite.dir/
> +/ovsdb-cluster-testsuite.log
>  /pki/
>  /system-dpdk-testsuite
>  /system-dpdk-testsuite.dir/
> --
> 2.17.1
>
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Sorry for missing this when I added the testsuite.

Acked-by: Han Zhou <hzhou8@ebay.com>
Ilya Maximets July 12, 2019, 5:13 p.m. UTC | #3
On 12.07.2019 20:04, Han Zhou wrote:
> 
> 
> 
> On Fri, Jul 12, 2019 at 9:27 AM Ilya Maximets <i.maximets@samsung.com <mailto:i.maximets@samsung.com>> wrote:
>>
>> CC: Han Zhou <hzhou8@ebay.com <mailto:hzhou8@ebay.com>>
>> Fixes: 2bcb3b7052c8 ("ovsdb raft: Move ovsdb cluster tests to separate testsuite.")
>> Signed-off-by: Ilya Maximets <i.maximets@samsung.com <mailto:i.maximets@samsung.com>>
>> ---
>>  tests/.gitignore | 3 +++
>>  1 file changed, 3 insertions(+)
>>
>> diff --git a/tests/.gitignore b/tests/.gitignore
>> index 8479f9bb0..9b07508bd 100644
>> --- a/tests/.gitignore
>> +++ b/tests/.gitignore
>> @@ -9,6 +9,9 @@
>>  /ovstest
>>  /test-dpdkr
>>  /ovs-pki.log
>> +/ovsdb-cluster-testsuite
>> +/ovsdb-cluster-testsuite.dir/
>> +/ovsdb-cluster-testsuite.log
>>  /pki/
>>  /system-dpdk-testsuite
>>  /system-dpdk-testsuite.dir/
>> --
>> 2.17.1
>>
>> _______________________________________________
>> dev mailing list
>> dev@openvswitch.org <mailto:dev@openvswitch.org>
>> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
> 
> Sorry for missing this when I added the testsuite.
> 
> Acked-by: Han Zhou <hzhou8@ebay.com <mailto:hzhou8@ebay.com>>

Thanks, Han and Ben. Applied to master.

Best regards, Ilya Maximets.
diff mbox series

Patch

diff --git a/tests/.gitignore b/tests/.gitignore
index 8479f9bb0..9b07508bd 100644
--- a/tests/.gitignore
+++ b/tests/.gitignore
@@ -9,6 +9,9 @@ 
 /ovstest
 /test-dpdkr
 /ovs-pki.log
+/ovsdb-cluster-testsuite
+/ovsdb-cluster-testsuite.dir/
+/ovsdb-cluster-testsuite.log
 /pki/
 /system-dpdk-testsuite
 /system-dpdk-testsuite.dir/