diff mbox series

[ovs-dev,v1,1/2] gitignore: Ignore system-dpdk-testsuite

Message ID 1525365344-166668-1-git-send-email-tiago.lam@intel.com
State Accepted
Delegated to: Ian Stokes
Headers show
Series [ovs-dev,v1,1/2] gitignore: Ignore system-dpdk-testsuite | expand

Commit Message

Lam, Tiago May 3, 2018, 4:35 p.m. UTC
Commit a7e4849 ("tests: Add system-dpdk-testsuite") introduced a new
testsuite for OvS-DPDK. This generates a system-dpdk-testsuite script at
build time which, as it happens for other testsuites, should not be part
of the repo.

Add the generated script to tests/.gitignore to reflect the above.

Signed-off-by: Tiago Lam <tiago.lam@intel.com>
---
 tests/.gitignore | 1 +
 1 file changed, 1 insertion(+)

Comments

Stokes, Ian May 3, 2018, 6:25 p.m. UTC | #1
> Commit a7e4849 ("tests: Add system-dpdk-testsuite") introduced a new
> testsuite for OvS-DPDK. This generates a system-dpdk-testsuite script at
> build time which, as it happens for other testsuites, should not be part
> of the repo.
> 
> Add the generated script to tests/.gitignore to reflect the above.
> 
> Signed-off-by: Tiago Lam <tiago.lam@intel.com>

Thanks Tiago, I'll add this to DPDK_MERGE for the next pull request.

Ian
> ---
>  tests/.gitignore | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/tests/.gitignore b/tests/.gitignore index 3e2ddf2..d8d1ebb
> 100644
> --- a/tests/.gitignore
> +++ b/tests/.gitignore
> @@ -10,6 +10,7 @@
>  /test-dpdkr
>  /ovs-pki.log
>  /pki/
> +/system-dpdk-testsuite
>  /system-kmod-testsuite
>  /system-userspace-testsuite
>  /system-offloads-testsuite
> --
> 2.7.4
> 
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
Lam, Tiago May 3, 2018, 9:47 p.m. UTC | #2
On 03/05/2018 19:25, Stokes, Ian wrote:
>> Commit a7e4849 ("tests: Add system-dpdk-testsuite") introduced a new
>> testsuite for OvS-DPDK. This generates a system-dpdk-testsuite script at
>> build time which, as it happens for other testsuites, should not be part
>> of the repo.
>>
>> Add the generated script to tests/.gitignore to reflect the above.
>>
>> Signed-off-by: Tiago Lam <tiago.lam@intel.com>
> 
> Thanks Tiago, I'll add this to DPDK_MERGE for the next pull request.
> 
> Ian

Great! Thanks, Ian.

Tiago.
diff mbox series

Patch

diff --git a/tests/.gitignore b/tests/.gitignore
index 3e2ddf2..d8d1ebb 100644
--- a/tests/.gitignore
+++ b/tests/.gitignore
@@ -10,6 +10,7 @@ 
 /test-dpdkr
 /ovs-pki.log
 /pki/
+/system-dpdk-testsuite
 /system-kmod-testsuite
 /system-userspace-testsuite
 /system-offloads-testsuite